From 32bcff149f1e0df7f3ff1a6d69676937f8f462fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller?= Date: Thu, 27 Oct 2022 09:54:43 +0200 Subject: [PATCH] TypeLoadException for certain combinations with Microsoft.Extensions.DependencyInjection 6.0.1 (#1395) --- 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 f6cd1b6..9438671 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -4,8 +4,7 @@ - - + diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index f61ee16..73bd7cd 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 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) diff --git a/src/coverlet.core/coverlet.core.csproj b/src/coverlet.core/coverlet.core.csproj index 7ef3943..abcb311 100644 --- a/src/coverlet.core/coverlet.core.csproj +++ b/src/coverlet.core/coverlet.core.csproj @@ -14,7 +14,6 @@ -