Skip to content

chore: Separate solution file for sample projects#3043

Closed
filzrev wants to merge 1 commit intodotnet:masterfrom
filzrev:chore-separate-solution-for-samples-projects
Closed

chore: Separate solution file for sample projects#3043
filzrev wants to merge 1 commit intodotnet:masterfrom
filzrev:chore-separate-solution-for-samples-projects

Conversation

@filzrev
Copy link
Copy Markdown
Contributor

@filzrev filzrev commented Mar 6, 2026

This PR contains following changes.

  1. Temporary comment out samples projects from root solution file.
  2. Add samples/BenchmarkDotNet.Samples.slnx solution file instead.
  3. Fix wrong launchSettings.json settings.

Background
Currently VS TestAdapter and test projects both using VSTest based dependencies.

When replacing TestAdapter to use MTP(Microsoft.Testing.Platform) based implementation (#2803)
Both VSTest/MTP based projects are mixed and it seems Test Explorer unstable state.
And dotnet test failed when both VSTest/MTP based project mixed in solution.

So it need to separate solution files until TestAdapter/Tests are migrated to use MTP.

@timcassell
Copy link
Copy Markdown
Collaborator

I'd rather this be done in the same PR as MTP migration if necessary. It seems pointless by itself.

@timcassell timcassell closed this Mar 10, 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