-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Migrating to slnx #4589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating to slnx #4589
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR migrates the AutoMapper solution from the traditional .sln format to the newer XML-based .slnx format. The migration maintains all six projects and their platform-specific build configurations while modernizing the solution file structure.
Key Changes
- Replaced
AutoMapper.slnwithAutoMapper.slnxusing the XML-based solution format - Updated build script (
Build.ps1) and solution filter (AutoMapper.WindowsCI.slnf) to reference the new.slnxfile - Preserved all project references and platform-specific build exclusions for the Benchmark project
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| AutoMapper.slnx | New XML-based solution file containing all 6 projects with platform configurations and solution items |
| AutoMapper.sln | Deleted traditional solution file (142 lines removed) |
| Build.ps1 | Updated solution path from AutoMapper.sln to AutoMapper.slnx for local builds |
| AutoMapper.WindowsCI.slnf | Updated solution filter reference to point to new AutoMapper.slnx file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: jbogard <104498+jbogard@users.noreply.github.com>
Add Debug and Release build configurations to slnx
|
|
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. |
No description provided.