Merged
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:
|
Member
Author
|
Need to investigate macOS test failure with .NET 10. I don't have a Macbook so might be tricky: |
4 tasks
Member
Author
Due to changes in dotnet/runtime#113041. |
4bf19ef to
8977897
Compare
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
8977897 to
6e25f07
Compare
This was referenced Mar 11, 2026
Closed
Closed
This was referenced Mar 19, 2026
Closed
Merged
chore(deps): Bump OpenTelemetry.Instrumentation.AspNetCore from 1.9.0 to 1.15.1
snapetech/slskdn#155
Closed
Closed
This was referenced Mar 27, 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.
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)