-
-
Notifications
You must be signed in to change notification settings - Fork 265
Add support for the slnx solution file type #1640
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
base: main
Are you sure you want to change the base?
Conversation
@timozn Did you verify that it can load slnx file? |
Unfortunately it breaks at a different location now: I build the NuGet Package and installed from local source: When running, it cannot open the slnx solution for analysis.
The Issue seems to be, that msbuild does not yet support to parse slnx files. There are Tickets that will take care of this: dotnet/msbuild#10794 and dotnet/msbuild#10266 But the planned support for MsBuild 17.13 was revoked and is now planned for 17.14, if I see that correctly. Thanks for having me checking that first 👍 |
Ok, please let me know when this MR will be ready to be reviewed again. And thanks for your effort 👍 |
Fixes #1639
Add support for the new .slnx Solution File Format to be recognized as a solution.