-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Convert sdk.sln to slnx #49291
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
Convert sdk.sln to slnx #49291
Conversation
I think the general consensus on this was waiting for slnx to be default on VS before doing this switch Cc @baronfel |
runtime has 480 sln converted to slnx dotnet/runtime#115818. VS opens and builds this solution. how is "default" selection relevant to this (which only affects File > New project)? |
This is ok to go as long as the rest of the @dotnet/dotnet-cli is ok with it. Now that 17.14 can open slnx without a preview flag the major contributor blocker is cleared. |
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.
Thank you for this, this is a great idea. It's good for us to be forward-thinking here w.r.t. our own ecosystem tooling.
This one might help: dotnet/arcade#15897 |
You will need to wait until the arcade change reached dotnet/dotnet and that then produced a new build that shows up in the dotnet/dotnet dependency flow in this repo. |
runtime and aspnetcore solutions were converted to slnx.
@edvilme