Skip to content

Conversation

@martincostello
Copy link
Member

Migrate to new .slnx format to avoid merge conflicts when new providers are added.

Generated by running dotnet sln migrate .\AspNet.Security.OAuth.Providers.sln.

Migrate to new `.slnx` format to avoid merge conflicts when new providers are added.
@martincostello martincostello marked this pull request as ready for review November 23, 2025 17:53
Copilot AI review requested due to automatic review settings November 23, 2025 17:53
@martincostello martincostello merged commit 3b9123e into aspnet-contrib:dev Nov 23, 2025
11 checks passed
@martincostello martincostello deleted the migrate-to-slnx branch November 23, 2025 17:53
Copilot finished reviewing on behalf of martincostello November 23, 2025 17:54
Copy link

Copilot AI left a 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 solution file from the legacy .sln format to the new XML-based .slnx format to reduce merge conflicts when adding new OAuth providers.

  • Removed the old AspNet.Security.OAuth.Providers.sln file (899 lines)
  • Added the new AspNet.Security.OAuth.Providers.slnx file (207 lines) with cleaner XML structure
  • All 108 projects and solution items are preserved in the migration

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
AspNet.Security.OAuth.Providers.slnx New XML-based solution file with organized folder structure containing all 108 provider projects, sample project, test project, and solution items
AspNet.Security.OAuth.Providers.sln Removed legacy solution file to complete migration to slnx format

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Development

Successfully merging this pull request may close these issues.

1 participant