[WIP] Use new parser from vs-solutionpersistence to later enable .slnx support#644
Draft
mruxmohan4 wants to merge 1 commit intomicrosoft:mainfrom
Draft
[WIP] Use new parser from vs-solutionpersistence to later enable .slnx support#644mruxmohan4 wants to merge 1 commit intomicrosoft:mainfrom
mruxmohan4 wants to merge 1 commit intomicrosoft:mainfrom
Conversation
8f9f182 to
d4f1f1b
Compare
dfederm
reviewed
Jan 9, 2025
dfederm
reviewed
Jan 9, 2025
|
slngen's command line options are consider adding upcoming dotnet SDK 9.0.2xx (and v10 from daily builds) has dotnet new sln --help
...
Template options:
-f, --format <sln|slnx> Choose the format for the solution file: sln or slnx.
Type: choice
sln Solution file
slnx XML Solution file
Default: slnsee the feedback from VS team about naming/terminology dotnet/sdk#44469 (comment) |
ef42fb3 to
5c5f022
Compare
|
@mruxmohan4 any plans to revive this? |
kasperk81
reviewed
May 21, 2025
Open
4d2f111 to
7e2198c
Compare
7e2198c to
d536f8f
Compare
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.
This change performs the following:
From initial local testing:
SolutionConfigurationPlatformsglobal sectionProjectConfigurationPlatformsglobal section pertained to project guids (however, order remained the same), which is expected behaviorSolutionItemsproject sectionSolutionPropertiesandExtensibilityGlobals, apart from the solution guid, which is recreated upon each slngen invocation