Skip to content

Migrating to slnx#1147

Merged
jbogard merged 1 commit intomainfrom
slnx
Dec 9, 2025
Merged

Migrating to slnx#1147
jbogard merged 1 commit intomainfrom
slnx

Conversation

@jbogard
Copy link
Collaborator

@jbogard jbogard commented Dec 9, 2025

No description provided.

Copy link
Contributor

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 from the traditional .sln format to the newer .slnx (XML-based solution) format, updating target frameworks to .NET 10 and upgrading dependency versions accordingly.

  • Migration from MediatR.sln to MediatR.slnx with improved XML-based structure
  • Upgrade of target framework from net6.0 to net10.0 in benchmark projects
  • Update of Microsoft.Extensions.DependencyInjection from version 8.0.0 to 10.0.0
  • Removal of coverlet.collector package reference from dependency injection tests

Reviewed changes

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

Show a summary per file
File Description
MediatR.slnx New XML-based solution file organizing all projects, samples, and solution items into logical folders
MediatR.sln Removed legacy solution file as part of migration to .slnx format
test/MediatR.Benchmarks/MediatR.Benchmarks.csproj Updated target framework to net10.0 and Microsoft.Extensions.DependencyInjection to version 10.0.0
test/MediatR.DependencyInjectionTests/MediatR.DependencyInjectionTests.csproj Removed coverlet.collector package reference
.gitattributes Added merge=union strategy for .slnx files to handle solution file merging

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

@jbogard jbogard added this to the 14.1.0 milestone Dec 9, 2025
@jbogard jbogard merged commit be61f5a into main Dec 9, 2025
11 checks passed
@jbogard jbogard deleted the slnx branch December 9, 2025 20:15
This was referenced Mar 3, 2026
This was referenced Mar 8, 2026
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.

2 participants