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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sln-add: Support for slnx #44570
base: main
Are you sure you want to change the base?
sln-add: Support for slnx #44570
Changes from 22 commits
1d1c4b0
bdff950
01b3031
277a1d7
5e6e3ff
b4ac6a4
3f967f7
3d52972
de95e6d
a090ad4
c03cad7
90f4248
4929979
f88c3eb
a900dc3
c394d75
c8e5996
039e694
cef4d22
51294e9
6aee575
e168158
07343f9
af2917a
6d8c3fe
b195880
93775e8
3195e02
8975dbc
2e9b5ea
76a2f1d
60d434c
f79ddf3
d90d9df
63c1fda
6f0cc41
7cf1a37
0c83e51
32cae25
0b3b696
a4a9f74
14bac00
96274cf
68f8de2
f1a735f
9492a03
6f8c166
13c8cd1
2dd69b0
6e62402
8992fce
12533a5
d8fbc8e
c3bac1d
f7a4fb7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: \n before this
(Also just anywhere you have }, I prefer a \n before the next thing with few exceptions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other catch explicitly excludes this case, and this case just throws, so we can skip this block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a new runtime concept? I don't see it in the SDK currently or in this PR, and a quick bing (google) search didn't reveal anything interesting. If so, should we put this behind #ifdefs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which part are you refering to here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the significance of V12?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/microsoft/vs-solutionpersistence/tree/main/src/Microsoft.VisualStudio.SolutionPersistence/Serializer/SlnV12
i think the "v12" format ensures compatibility with Visual Studio 2013 and later versions. previous versions of vs might not understand solution files created in this schema unless explicitly backported. It has enhanced support for modern project types, including new sdk-style projects and multi-targeting and better integration with msbuild, with the solution file acting as a meta-structure over the projects it includes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.