dotnet-sdk-contrib icon indicating copy to clipboard operation
dotnet-sdk-contrib copied to clipboard

Migrate to SLNX

Open askpt opened this issue 8 months ago • 0 comments

Requirements

Description:

We must migrate our solution files from the traditional .sln format to the new .slnx format. This change is necessary to take advantage of the enhanced features and performance improvements offered by the .slnx format.

Tasks:

  • [ ] Identify all existing .sln files in the repository.
  • [ ] Convert each .sln file to the .slnx format using the .NET CLI.
  • [ ] Update any build scripts or tools referencing .sln files to use the new .slnx files.
  • [ ] Test the new .slnx files to ensure they work correctly with our existing development and CI/CD workflows.

Notes

For more information on the .slnx format and how to migrate, please refer to the official documentation: https://devblogs.microsoft.com/dotnet/introducing-slnx-support-dotnet-cli/ See https://github.com/open-feature/dotnet-sdk/issues/411

askpt avatar Apr 25 '25 16:04 askpt