Skip to content

Conversation

@CalvinAllen
Copy link
Collaborator

Summary

  • Migrate from legacy .sln to new XML-based .slnx format
  • Update CI workflow and documentation to reference .slnx
  • Change platform target from x64 to AnyCPU
  • Remove unused ReSharper .DotSettings file

Benefits

  • Fewer merge conflicts (simple XML without random GUIDs)
  • Human readable and editable
  • Consistent with modern .csproj format

Closes #9

- Convert .sln to .slnx using dotnet sln migrate
- Update CI workflow to use .slnx for nuget restore
- Update CLAUDE.md build commands and references
- Change platform target from x64 to AnyCPU
- Remove unused .sln.DotSettings file

Closes #9
@CalvinAllen CalvinAllen merged commit 4819c1e into main Dec 25, 2025
3 checks passed
@CalvinAllen CalvinAllen deleted the chore/build/slnx-migration branch December 25, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

chore(build): migrate solution file to SLNX format

2 participants