Skip to content

Convert TestPlatform.sln to slnx format#15551

Merged
nohwnd merged 1 commit into
microsoft:mainfrom
nohwnd:move-to-slnx
Mar 24, 2026
Merged

Convert TestPlatform.sln to slnx format#15551
nohwnd merged 1 commit into
microsoft:mainfrom
nohwnd:move-to-slnx

Conversation

@nohwnd

@nohwnd nohwnd commented Mar 23, 2026

Copy link
Copy Markdown
Member

Replace the legacy .sln solution file with the new .slnx XML-based format introduced in .NET 9+. The .slnx format is cleaner, easier to diff, and the recommended format going forward.

Changes

  • Add \TestPlatform.slnx\ generated via \dotnet sln migrate\
  • Remove \TestPlatform.sln\ (Arcade SDK does not support both coexisting)
  • Update \CONTRIBUTING.md\ to reference .slnx\
  • Update \scripts/test.sh\ solution variable
  • Update \DataCollectorAttachmentsProcessorsFactoryTests.cs\ repo root detection

Verification

  • Build succeeds with 0 warnings, 0 errors via \�uild.cmd\

Closes #15543

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚢 Ship it! Add to PRs where owner approves automated PR, but cannot approve because they "wrote it".

Projects

None yet

Development

Successfully merging this pull request may close these issues.

move all sln to slnx

3 participants