Conversation
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Downgrade System.Text.Json to version 9.0.2 for UWP compatibility
Downgrade System.Text.Json to 9.0.2 for UWP .NET Native Toolchain compatibility
Feb 16, 2026
Owner
|
@copilot please reference the original issue in the PR body via "Closes #..." |
Owner
|
@copilot also add XML comment explaining the downgrade and link the issue |
Contributor
Author
There was a problem hiding this comment.
Pull request overview
This pull request downgrades System.Text.Json from version 10.0.2 to 9.0.2 specifically for netstandard2.0 targets to restore compatibility with UWP projects using the .NET Native Toolchain. The v10.x branch of System.Text.Json causes MCG0007 build errors in UWP Release builds because the legacy .NET Native toolchain cannot handle the newer version.
Changes:
- Downgrade System.Text.Json package reference from 10.0.2 to 9.0.2 in YoutubeExplode.csproj
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
#937 Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Contributor
Author
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.
Plan to Fix UWP Compatibility Issue with System.Text.Json
Changes made:
YoutubeExplode/YoutubeExplode.csprojline 38: Changed System.Text.Json version from "10.0.2" to "9.0.2"Testing:
Closes #937
Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.