orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Migrate solution file to slnx

Open Meir017 opened this issue 6 months ago • 3 comments

https://devblogs.microsoft.com/visualstudio/new-simpler-solution-file-format/

Basically running the dotnet sln migate command. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-sln#migrate

For this we need to upgrade the sdk in the global.json to 9

Meir017 avatar Jun 06 '25 16:06 Meir017

This would result in less merge conflicts 👍

ReubenBond avatar Jun 06 '25 16:06 ReubenBond

@ReubenBond are we okay upgrading the sdk version?

Meir017 avatar Jun 07 '25 17:06 Meir017

Yes, we can upgrade the SDK and migrate to slnx. If some of our CI tooling doesn't support it we will need to revert. We should wait until post 9.2.0 before merging, though.

ReubenBond avatar Jun 07 '25 17:06 ReubenBond