Merged
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. |
martintmk
reviewed
Oct 27, 2023
Member
Author
|
Reported docfx failures as dotnet/sdk#36539. |
martincostello
added a commit
that referenced
this pull request
Oct 30, 2023
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.
martincostello
added a commit
that referenced
this pull request
Oct 30, 2023
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
martintmk
approved these changes
Oct 30, 2023
104a2b9 to
ba7cecf
Compare
Member
Author
|
This should give a green build now, so we should be good to merge this once the |
c1c298e to
7aeb647
Compare
Merged
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.
1 task
This was referenced Aug 26, 2025
This was referenced Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TheoryData.Separates the .NET 8 upgrade in #1144 into using .NET 8 (this PR) and adding
net8.0support.