-
Notifications
You must be signed in to change notification settings - Fork 357
Support .NET 10 #2822
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
Support .NET 10 #2822
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2822 +/- ##
==========================================
- Coverage 70.82% 70.73% -0.09%
==========================================
Files 440 440
Lines 17261 17262 +1
==========================================
- Hits 12225 12211 -14
- Misses 5036 5051 +15 Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Need to investigate macOS test failure with .NET 10. I don't have a Macbook so might be tricky: |
Due to changes in dotnet/runtime#113041. |
4bf19ef to
8977897
Compare
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
8977897 to
6e25f07
Compare
Changes
Add support for building and testing with .NET 10 using .NET 10 RC2.
Also resolves #2459 as the .NET 10 SDK has new features that allows System.Text.Json to be detected as a shipping part of the parent application so we can remove the reference and allow the application to bring its own version with it.
Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)