Skip to content

Compatability with .slnx format #1520

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

Open
MPapst opened this issue Feb 17, 2025 · 2 comments
Open

Compatability with .slnx format #1520

MPapst opened this issue Feb 17, 2025 · 2 comments

Comments

@MPapst
Copy link

MPapst commented Feb 17, 2025

Description

Parse and map the newly supported slnx file format for solution files.

Previously mentioned in #1375, but with .NET SDK 9.0.2x now officially supported.

Usage Example

  • Should work in the same way as the current solution file parsing.
  • Should be completely transparent for the developer

Alternative

No response

Could you help with a pull-request?

Yes

@Droppers
Copy link

This library provided by Microsoft could be used for that:

https://github.com/microsoft/vs-solutionpersistence

@MPapst
Copy link
Author

MPapst commented Mar 13, 2025

I would like to add an parser.

Would you prefer manual parsing or adding the MS parser?
An additional package (if that is even possible, haven't looked up the architecture) or inline?

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

No branches or pull requests

2 participants