Add .slnx solution format support - #2703
Open
mrt181 wants to merge 1 commit into
Open
Conversation
mrt181
force-pushed
the
feat/slnx-support
branch
from
March 21, 2026 22:06
aabe64f to
af01f98
Compare
Author
|
@microsoft-github-policy-service agree |
mrt181
force-pushed
the
feat/slnx-support
branch
from
March 24, 2026 09:11
af01f98 to
1171e77
Compare
JoeRobich
reviewed
Mar 24, 2026
mrt181
force-pushed
the
feat/slnx-support
branch
3 times, most recently
from
March 25, 2026 07:07
03bb582 to
e8be8f6
Compare
mrt181
force-pushed
the
feat/slnx-support
branch
from
March 25, 2026 09:35
e8be8f6 to
67b321c
Compare
|
What's currently blocking this PR from being merged? |
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.
Adds
.slnxsupport to OmniSharp. Closes #2699..slnxis the default solution format in .NET 10+. Tools embedding OmniSharp (e.g. sonarlint-language-server) still use an embedded build that only understands.sln— they work fine with.slnin .NET 10 but fail on.slnx. This unblocks them.Uses
Microsoft.VisualStudio.SolutionPersistenceto parse both.slnand.slnxthroughSolutionSerializers.GetSerializerByMoniker(), replacing the hand-rolled global section parsing with a single unified code path.Testing locally with installed net10.0 sdk
AbstractMSBuildTestFixturereadsOMNISHARP_TEST_SDK_PATHenv var to override MSBuild SDK discovery. Pass it todotnet test: