Skip to content

chore: Migrate solution format from to slnx#2909

Merged
timcassell merged 1 commit into
dotnet:masterfrom
filzrev:chore-migrate-solution-to-slnx
Dec 10, 2025
Merged

chore: Migrate solution format from to slnx#2909
timcassell merged 1 commit into
dotnet:masterfrom
filzrev:chore-migrate-solution-to-slnx

Conversation

@filzrev
Copy link
Copy Markdown
Contributor

@filzrev filzrev commented Dec 10, 2025

This PR convert BenchmarkDotNet solution to slnx format (It's default format when using .NET SDK 10)

By PR #2875 changes, build environment requires .NET SDK 10.
So it's safe to migrate slnx format.

What' changed in this PR

1. Migrate to BenchmarkDotNet.slnx

  • Run dotnet sln migrate BenchmarkDotNet.sln command.
  • Add DefaultStartup="true" setting to enable default startup project.
  • Remove old sln file.
  • Rename DotSettings file to slnx

2. Modify BenchmarkDotNet.Build project to build project by using slnx

3. Update related documents

Copy link
Copy Markdown
Collaborator

@timcassell timcassell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, you beat me to it! 😉

@timcassell timcassell merged commit 35e75f7 into dotnet:master Dec 10, 2025
9 checks passed
@timcassell timcassell added this to the v0.16.0 milestone Dec 10, 2025
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