From 76a423ee49c6d11a9a23901d8ec1de74b110792b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller?= Date: Fri, 21 Oct 2022 07:01:46 +0200 Subject: [PATCH 1/2] removed reference of Microsoft.Extensions.DependencyInjection.Abstractions and update of Microsoft.Extensions.DependencyInjection --- Directory.Build.targets | 3 +-- Documentation/Changelog.md | 1 + src/coverlet.core/coverlet.core.csproj | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index f6cd1b61d..9438671ed 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -4,8 +4,7 @@ - - + diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index f61ee169b..e99ddd5b9 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Fixed +-Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection 6.0.1 [#1390](https://github.com/coverlet-coverage/coverlet/issues/1390) -Source Link for code generators fails [#1322](https://github.com/coverlet-coverage/coverlet/issues/1322) -Await foreach has wrong branch coverage when method is generic [#1210](https://github.com/coverlet-coverage/coverlet/issues/1210) -ExcludeFromCodeCoverage attribute on local functions ignores lambda expression [#1302](https://github.com/coverlet-coverage/coverlet/issues/1302) diff --git a/src/coverlet.core/coverlet.core.csproj b/src/coverlet.core/coverlet.core.csproj index 7ef394311..abcb31194 100644 --- a/src/coverlet.core/coverlet.core.csproj +++ b/src/coverlet.core/coverlet.core.csproj @@ -14,7 +14,6 @@ - From c7363b1e97aa4b12da4abb91500a3565850db672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller?= Date: Fri, 21 Oct 2022 07:30:07 +0200 Subject: [PATCH 2/2] nit --- Documentation/Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index e99ddd5b9..73bd7cd11 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Fixed --Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection 6.0.1 [#1390](https://github.com/coverlet-coverage/coverlet/issues/1390) +-Fix TypeLoadException when referencing Microsoft.Extensions.DependencyInjection v6.0.1 [#1390](https://github.com/coverlet-coverage/coverlet/issues/1390) -Source Link for code generators fails [#1322](https://github.com/coverlet-coverage/coverlet/issues/1322) -Await foreach has wrong branch coverage when method is generic [#1210](https://github.com/coverlet-coverage/coverlet/issues/1210) -ExcludeFromCodeCoverage attribute on local functions ignores lambda expression [#1302](https://github.com/coverlet-coverage/coverlet/issues/1302)