Microsoft.Testing.Extensions.VSTestBridge 2.2.1

Prefix Reserved
dotnet add package Microsoft.Testing.Extensions.VSTestBridge --version 2.2.1
                    
NuGet\Install-Package Microsoft.Testing.Extensions.VSTestBridge -Version 2.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" Version="2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Testing.Extensions.VSTestBridge" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Testing.Extensions.VSTestBridge" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Testing.Extensions.VSTestBridge --version 2.2.1
                    
#r "nuget: Microsoft.Testing.Extensions.VSTestBridge, 2.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Testing.Extensions.VSTestBridge@2.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Testing.Extensions.VSTestBridge&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Testing.Extensions.VSTestBridge&version=2.2.1
                    
Install as a Cake Tool

Microsoft.Testing.Extensions.VSTestBridge

Microsoft.Testing.Extensions.VSTestBridge is a test framework author extension for Microsoft.Testing.Platform. It provides a compatibility layer with VSTest so frameworks can support Microsoft.Testing.Platform while continuing VSTest-mode workflows.

Note: This package is not intended for end-user test projects. It is designed for framework and adapter maintainers who need compatibility with both VSTest and Microsoft.Testing.Platform.

Microsoft.Testing.Platform is open source. You can find Microsoft.Testing.Extensions.VSTestBridge code in the microsoft/testfx GitHub repository.

Install the package

dotnet add package Microsoft.Testing.Extensions.VSTestBridge

About

This package provides:

  • VSTest compatibility layer: helps frameworks keep existing VSTest-mode workflows (vstest.console.exe, dotnet test, VSTest task, Test Explorer)
  • Migration path: enables framework authors to gradually adopt Microsoft.Testing.Platform while maintaining compatibility
  • Runsettings and filter support: enables VSTest .runsettings/--filter compatibility where supported by the framework

Documentation

For this extension, see https://learn.microsoft.com/dotnet/core/testing/microsoft-testing-platform-extensions-vstest-bridge.

For comprehensive documentation, see https://aka.ms/testingplatform.

Feedback & contributing

Microsoft.Testing.Platform is an open source project. Provide feedback or report issues in the microsoft/testfx GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Microsoft.Testing.Extensions.VSTestBridge:

Package Downloads
NUnit3TestAdapter

The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core), versions .net framework 4.6.2 or higher, .net 8 or higher. Note that this package ONLY contains the adapter, not the NUnit framework. For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)

MSTest.TestAdapter

MSTest is Microsoft supported Test Framework. This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package. Supported platforms: - .NET 4.6.2+ - .NET 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9

YoloDev.Expecto.TestSdk

Package Description

MSTestX.TestAdapter

The cross-platform adapter to discover and execute MSTest Framework based tests. This is a .NET Standard 2.0 compilation of the MSTest.TestAdapter for reusing the test adapter on other platforms, like Xamarin Android and iOS.

DimonSmart.RegexUnitTester.TestAdapter

Attribute based Regex unit test adapter

GitHub repositories (23)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Testing.Extensions.VSTestBridge:

Repository Stars
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
ikvmnet/ikvm
A Java Virtual Machine and Bytecode-to-IL Converter for .NET
dnnsoftware/Dnn.Platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
TabularEditor/TabularEditor
This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
doghappy/socket.io-client-csharp
socket.io-client implemention for .NET
IllusionMods/KKManager
Mod, plugin and card manager for games by Illusion that use BepInEx
lastbattle/Harepacker-resurrected
All in one .wz file/map editor for MapleStory game files
darklinkpower/PlayniteExtensionsCollection
Collection of extensions made for Playnite.
rampaa/JL
JL is a program for looking up Japanese words and expressions.
MobiFlight/MobiFlight-Connector
MobiFlight is an open source project that allows you to create your own home cockpit for your favorite flight simulator in a flexible, affordable and extremely user-friendly way.
SafeExamBrowser/seb-win-refactoring
Safe Exam Browser for Windows.
libplctag/libplctag.NET
A .NET wrapper for libplctag.
jsakamoto/awesome-blazor-browser
A Blazor WebAssembly app for browsing the "Awesome Blazor" resources.
nunit/nunit3-vs-adapter
NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
WaelHamze/xrm-ci-framework
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
rappen/FetchXMLBuilder
FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
school-cheating/SEBPatch
Patch for Safe Exam Browser to bypass restrictions
jsakamoto/nupkg-selenium-webdriver-chromedriver
The NuGet package include Selenium Google Chrome Driver files for Win32, macOS, and Linux.
deanhume/html-minifier
A simple command line tool to minify your HTML, Razor views & Web Forms views
Version Downloads Last Updated
2.2.1 788 4/7/2026
2.1.0 2,869,566 2/3/2026
2.0.2 10,644,624 11/11/2025
2.0.1 1,606,426 10/14/2025
2.0.0 325,103 10/7/2025
2.0.0-preview.25480.4 1,330 9/30/2025
2.0.0-preview.25465.3 17,133 9/15/2025
2.0.0-preview.25454.2 5,584 9/4/2025
2.0.0-preview.25452.10 720 9/2/2025
2.0.0-preview.25415.9 22,695 8/15/2025
2.0.0-preview.25411.5 231 8/15/2025
2.0.0-preview.25372.6 4,624 7/22/2025
1.9.1 1,656,665 11/11/2025
1.9.0 7,808,886 10/1/2025
1.8.5 107,388 9/30/2025
1.8.4 2,261,543 9/2/2025
1.8.3 810,520 8/26/2025
1.8.2 865,901 8/12/2025
1.8.1 383,675 8/5/2025
1.8.0 377,098 7/29/2025
Loading failed