Skip to content

Solution housekeeping: migrate to slnx, reorganize projects#2461

Merged
jeremydmiller merged 1 commit into
mainfrom
clean-up
Apr 9, 2026
Merged

Solution housekeeping: migrate to slnx, reorganize projects#2461
jeremydmiller merged 1 commit into
mainfrom
clean-up

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

Summary

  • Migrate wolverine.sln and wolverine_slim.sln to the .slnx format (XML-based, supported in .NET 10+ / SDK 10.0.101)
  • Remove the legacy slim.sln file
  • Move WolverineWebApiFSharp from repo root into src/Http/ where it belongs alongside the other HTTP projects
  • Move BackLogService from DomainEventsWithEfCore/ to src/Persistence/EFCore/DomainEventsWithEfCore/ to follow the standard project layout
  • Update all project references and Nuke build parameters

Test plan

  • nuke compile succeeds
  • dotnet build wolverine.slnx succeeds with 0 errors
  • All project references resolve correctly after moves

🤖 Generated with Claude Code

- Migrate wolverine.sln and wolverine_slim.sln to the slnx format
- Remove the legacy slim.sln
- Move WolverineWebApiFSharp from repo root to src/Http/
- Move BackLogService from DomainEventsWithEfCore/ to src/Persistence/EFCore/DomainEventsWithEfCore/
- Update project references and Nuke parameters accordingly

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jeremydmiller jeremydmiller merged commit 7b11e9b into main Apr 9, 2026
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant