Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Revert ".slnx support - use the new parser for .sln and .slnx (#10836)" - #11488

#11488
Merged
rainersigwald merged 2 commits into
dotnet:vs17.13dotnet/msbuild:vs17.13from
rainersigwald:revert-SolutionPersistence-for-slnrainersigwald/msbuild:revert-SolutionPersistence-for-slnCopy head branch name to clipboard
Feb 25, 2025
Merged

Revert ".slnx support - use the new parser for .sln and .slnx (#10836)"#11488
rainersigwald merged 2 commits into
dotnet:vs17.13dotnet/msbuild:vs17.13from
rainersigwald:revert-SolutionPersistence-for-slnrainersigwald/msbuild:revert-SolutionPersistence-for-slnCopy head branch name to clipboard

Conversation

@rainersigwald

Copy link
Copy Markdown
Member

Don't use the new parser from Microsoft.VisualStudio.SolutionPersistence to parse .sln files.

Fixes #11463

Work item (Internal use): AB#2397817

Summary

Revert #10836 to return to the longstanding MSBuild private .sln parser (but keep using the SolutionPersistence library for .slnx).

Customer Impact

Three categories of problem:

All manifest as build or NuGet restore breaks with no obvious workaround (but once discovered the changewave opt-out environment variable works).

Regression?

Yes, in 17.13/9.0.200 due to adopting the common SolutionPersistence library instead of our homegrown sln parser.

Testing

Unit tests + manual scenario tests.

Risk

Low, clean revert to earlier behavior for .sln.

@rainersigwald
rainersigwald requested a review from a team as a code owner February 24, 2025 22:09
…#10836)"

This reverts commit 2e2d372.

This will avoid problems arising from using the new library in NuGet.exe
scenarios and bugs in the library.

Conflicts:
	documentation/wiki/ChangeWaves.md
	src/Framework/ChangeWaves.cs
@rainersigwald
rainersigwald force-pushed the revert-SolutionPersistence-for-sln branch from 2ac2af3 to 39e0043 Compare February 24, 2025 22:28

@baronfel baronfel left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty clean revert, LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.