Port CUETools to .NET 10 [1/4] - #403
Open
andrewiethoff wants to merge 1 commit into
Open
Conversation
This was referenced Jul 31, 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.
Merge order: 1 of 4
Base of a four-PR stack. Nothing else in the stack builds without it.
dotnet10-updatesecurity-auditfeat/accuraterip-meta-implementationfix/net10-build-output-and-assembly-resolution#404 and #405 are independent siblings — neither contains the other, so they can be merged in either order once this one lands.
What this does
Ports the solution from .NET Framework to .NET 10 and converts the projects to the SDK-style format.
Target frameworks:
net47;net20;netstandard2.0and six further multi-target combinations, plus 23 legacy projects still onv4.7/v2.0/v1.1netstandard2.1(34 projects),net10.0-windows(16),net10.0(9)The SDK is pinned through a new
global.json(10.0.300,rollForward: latestFeature, no prereleases).Scope
103 files, +1580 / −4038. Beyond the 59
.csprojfiles, this touches 27 source files, 9app.configfiles, 3 ThirdParty submodule patches, bothcollect_filesscripts,README.mdandglobal.json.Note on reviewing this stack
All four PRs target
master, because a cross-fork pull request can only target a branch that exists in this repository. Until the earlier ones merge, each later PR's diff therefore also contains its ancestors' commits. Merging in the stated order makes each subsequent diff shrink to just its own changes.