feat: Add support for .NET8#9424
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9424 +/- ##
==========================================
+ Coverage 71.37% 71.39% +0.01%
==========================================
Files 561 561
Lines 23961 23961
Branches 4163 4163
==========================================
+ Hits 17102 17106 +4
+ Misses 5764 5762 -2
+ Partials 1095 1093 -2 ☔ View full report in Codecov by Sentry. |
15cb114 to
c9bb072
Compare
This problems is occurred on my local environment (Windows) only. It can be resolved by this commit (c9bb072) |
|
I've removed Remaining issues
|
* feat: Add support for .NET8 * chore: fix target frameworks for test assets project * chore: update Microsoft.Build NuGet package.
What's included in this PR
dotnet-signtool version.Microsoft.CodeAnalysis*packages to latest preview version (.NET 8 RTM version is not released yet)Microsoft.BuildSystem.Collections.ImmutableSystem.CompositionTargetFrameworkstonet6.0;net7.0;net8.0(it might be possible to drop .NET7 support. Because .NET 7 support lifecycle ends at
May 14, 2024)Backlog
MetadataCommandTestatDocfx.Testsproject when running on .NET 7 runtime. (with .NET 8 SDK)Microsoft.CodeAnalysis*NuGet.Frameworks