Skip to content

Docs: update VSTest TestAdapter version#3027

Open
fuguiKz wants to merge 1 commit intodotnet:masterfrom
fuguiKz:docs/vstest-testadapter-version
Open

Docs: update VSTest TestAdapter version#3027
fuguiKz wants to merge 1 commit intodotnet:masterfrom
fuguiKz:docs/vstest-testadapter-version

Conversation

@fuguiKz
Copy link
Contributor

@fuguiKz fuguiKz commented Feb 25, 2026

Fixes #2979

  • Update BenchmarkDotNet.TestAdapter version in docs/articles/features/vstest.md to the latest stable on NuGet (0.15.8).
  • Make the Rider/ReSharper VSTest note less version-specific.

Note: the issue suggested 0.16.0, but it does not appear to be published on NuGet at the moment.

<ItemGroup>
<PackageReference Include="BenchmarkDotNet.TestAdapter" Version="0.13.12" />
<PackageReference Include="BenchmarkDotNet.TestAdapter" Version="0.15.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

May as well update the test sdk also.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also you can use 0.16.0, the docs will get published when the new release is pushed out.

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.

[Docs] Outdated BenchmarkDotNet.TestAdapter version in vstest.md example

2 participants