-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to .NET 8 SDK #1738
Update to .NET 8 SDK #1738
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1738 +/- ##
==========================================
- Coverage 84.56% 84.54% -0.02%
==========================================
Files 308 308
Lines 6791 6783 -8
Branches 1044 1045 +1
==========================================
- Hits 5743 5735 -8
Misses 839 839
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Reported docfx failures as dotnet/sdk#36539. |
As discovered in #1738, there's an issue with Stryker with .NET 8 that breaks it on Linux and macOS, so run on Windows until that's resolved.
As discovered in #1738, there's an issue with Stryker with .NET 8 that breaks it on Linux and macOS, so run on Windows until that's resolved.
acdd331
to
104a2b9
Compare
104a2b9
to
ba7cecf
Compare
This should give a green build now, so we should be good to merge this once the |
c1c298e
to
7aeb647
Compare
7aeb647
to
085208c
Compare
Build with the .NET 8 RC2 SDK.
Use new artifacts output.
- Use C#12 collection initializers where relevant. - Suppress false positives when using `TheoryData`. - Remove some redundant code analysis suppressions.
Resolve CP0001 and CP0002 warnings with the .NET 8 SDK.
Fix mutation tests by switching to Windows and updating the settings to support .NET 8 and C# 12.
- Fix NETSDK1204 error as cannot publish AoT on macOS. - Fix NETSDK1201 error on Linux and Windows.
085208c
to
3ce8df8
Compare
Use the stable release of the .NET 8 SDK.
TheoryData
.Separates the .NET 8 upgrade in #1144 into using .NET 8 (this PR) and adding
net8.0
support.