Sourced from coverlet.collector's releases.
v6.0.0
Fixed -Could not write lines to file CoverletSourceRootsMapping - in use by another process coverlet-coverage/coverlet#1155
-Incorrect coverage for methods returning IAsyncEnumerable in generic classes coverlet-coverage/coverlet#1383
-Wrong branch coverage for async methods .NET Standard 1.x coverlet-coverage/coverlet#1376
-Empty path exception in visual basic projects coverlet-coverage/coverlet#775
-Align published nuget package version to github release version coverlet-coverage/coverlet#1413
-Sync nuget and github release versions coverlet-coverage/coverlet#1122Improvements -Migration of the project to .NET 6.0 coverlet-coverage/coverlet#1473
Breaking changes New parameter ExcludeAssembliesWithoutSources to control automatic assembly exclusion coverlet-coverage/coverlet#1164. The parameter InstrumentModulesWithoutLocalSources has been removed. since it can be handled by setting ExcludeAssembliesWithoutSources to None. The default heuristics for determining whether to instrument an assembly has been changed. In previous versions any missing source file was taken as a signal that it was a third-party project that shouldn't be instrumented, with exceptions for some common file name patterns for source generators. Now only assemblies where no source files at all can be found are excluded from instrumentation, and the code for detecting source generator files have been removed. To get back to the behaviour that at least one missing file is sufficient to exclude an assembly, set ExcludeAssembliesWithoutSources to MissingAny, or use assembly exclusion filters for more fine-grained control.
v5.8.0
Fixed
-Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection v6.0.1 #1390
-Source Link for code generators fails #1322
-Await foreach has wrong branch coverage when method is generic #1210
-ExcludeFromCodeCoverage attribute on local functions ignores lambda expression #1302Added
-Added InstrumentModulesWithoutLocalSources setting #1360 by
@​TFTomSun
v5.7.2
Fixed -Fix CoreLib's coverage measurement is broken #1286 -Fix UnloadModule injection 1291
v5.7.1
Fixed -Fix wrong branch coverage with EnumeratorCancellation attribute #1275 -Fix negative coverage exceeding int.MaxValue #1266 -Fix summary output format for culture de-DE #1263 -Fix branch coverage issue for finally block with await #1233 -Fix threshold doesn't work when coverage empty #1205 -Fix branch coverage issue for il switch #1177 -Fix branch coverage with using statement and several awaits#1176 -Fix CopyCoverletDataCollectorFiles to avoid to override user dlls for dotnet publish scenario #1243
Improvements -Improve logging in case of exception inside static ctor of NetstandardAwareAssemblyResolver #1230 -When collecting open the hitfile with read access #1214 by https://github.com/JamesWTruher
... (truncated)
6427ae3
Rebrand for next version 6.0.1 (#1478)b288808
Prepare release 6.0.0 (#1477)4e58654
Bump Mono.Cecil (#1476)98b84d2
migration to .net 6.0 (#1473)d936138
Fixes CoverletSourceRootsMapping issue (#1456)3bbe502
Update collector docs with info about passing format without runsettings
file...a014bf0
Path is empty for VB My namespace (#1073)1ff097d
Wrong branch coverage for async methods .NET Standard 1.x (#1433)04b82c2
Incorrect coverage for methods returning IAsyncEnumerable in generic
classes ...72d5ee2
Large CC XML error (#1428)