Microsoft.Testing.Extensions.TrxReport.Abstractions
2.4.0
Prefix Reserved
dotnet add package Microsoft.Testing.Extensions.TrxReport.Abstractions --version 2.4.0
NuGet\Install-Package Microsoft.Testing.Extensions.TrxReport.Abstractions -Version 2.4.0
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions" Version="2.4.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport.Abstractions" Version="2.4.0" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions" />
paket add Microsoft.Testing.Extensions.TrxReport.Abstractions --version 2.4.0
#r "nuget: Microsoft.Testing.Extensions.TrxReport.Abstractions, 2.4.0"
#:package Microsoft.Testing.Extensions.TrxReport.Abstractions@2.4.0
#addin nuget:?package=Microsoft.Testing.Extensions.TrxReport.Abstractions&version=2.4.0
#tool nuget:?package=Microsoft.Testing.Extensions.TrxReport.Abstractions&version=2.4.0
Microsoft.Testing.Extensions.TrxReport.Abstractions
Microsoft.Testing.Extensions.TrxReport.Abstractions provides the interfaces and data objects for extensions that need to interoperate with TRX report functionality in Microsoft.Testing.Platform.
Microsoft.Testing.Platform is open source. You can find Microsoft.Testing.Extensions.TrxReport.Abstractions code in the microsoft/testfx GitHub repository.
Install the package
dotnet add package Microsoft.Testing.Extensions.TrxReport.Abstractions
Usage
Reference this package from a testing-platform extension that needs to contribute TRX-specific properties or inspect ITrxReportCapability. Test projects that only need to generate a TRX report should use Microsoft.Testing.Extensions.TrxReport instead.
About
This package provides:
- TRX abstractions: interfaces and data types for extensions that need to contribute to or consume TRX report data
- Extensibility: allows third-party extensions to enrich TRX reports with additional information
Note: This package provides only the abstractions. To generate TRX reports, install Microsoft.Testing.Extensions.TrxReport.
For most test projects, you should install
Microsoft.Testing.Extensions.TrxReportinstead of referencing this package directly.
Related packages
- Microsoft.Testing.Extensions.TrxReport: TRX report generation extension
Documentation
For this extension, see https://learn.microsoft.com/dotnet/core/testing/microsoft-testing-platform-extensions-test-reports.
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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Testing.Platform (>= 2.4.0 && < 3.0.0)
-
net8.0
- Microsoft.Testing.Platform (>= 2.4.0 && < 3.0.0)
-
net9.0
- Microsoft.Testing.Platform (>= 2.4.0 && < 3.0.0)
NuGet packages (13)
Showing the top 5 NuGet packages that depend on Microsoft.Testing.Extensions.TrxReport.Abstractions:
| Package | Downloads |
|---|---|
|
MSTest.TestAdapter
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 MSTest is Microsoft supported Test Framework. |
|
|
Microsoft.Testing.Extensions.VSTestBridge
This package provides a bridge integration for test adapters wanting to target both VSTest and Microsoft.Testing.Platform test platforms. Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. |
|
|
xunit.v3.core.mtp-v1
Includes the core library (xunit.v3.core.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core instead. Includes support for Microsoft.Testing.Platform v1. Supports .NET Framework 4.7.2 or later, and .NET 8 or later. |
|
|
Microsoft.Testing.Extensions.TrxReport
This package extends Microsoft Testing Platform to provide TRX test reports. Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. |
|
|
xunit.v3.core.mtp-v2
Includes the core library (xunit.v3.core.dll), to be used for writing tests; extensibility authors should include xunit.v3.extensibility.core instead. Includes support for Microsoft.Testing.Platform v2. Supports .NET Framework 4.7.2 or later, and .NET 8 or later. |
GitHub repositories (19)
Showing the top 19 popular GitHub repositories that depend on Microsoft.Testing.Extensions.TrxReport.Abstractions:
| Repository | Stars |
|---|---|
|
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
|
|
|
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
|
|
|
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.
|
|
|
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
|
|
|
doghappy/socket.io-client-csharp
socket.io-client implemention for .NET
|
|
|
lastbattle/Harepacker-resurrected
All in one .wz file/map editor for MapleStory game files
|
|
|
darklinkpower/PlayniteExtensionsCollection
Collection of extensions made for Playnite.
|
|
|
AAEmu/AAEmu
A server software for ArcheAge written in .Net C#
|
|
|
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.
|
|
|
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.
|
|
|
school-cheating/SEBPatch
Patch for Safe Exam Browser to bypass restrictions
|
|
|
rappen/FetchXMLBuilder
FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
|
|
|
Metapyziks/SourceUtils
Source engine file format exporting / WebGL map viewer demo.
|
|
|
deanhume/html-minifier
Fast command-line HTML minifier — works on any HTML, with special support for Razor and Web Forms views. Parallel processing, safe preservation of <pre>/<code>/Knockout blocks, and easy MSBuild/CI integration.
|
|
|
Bassman2/MediaDevices
MTP Library
|
|
|
tushev/aojdk-updatewatcher
Automatic update tool for AdoptOpenJDK, Eclipse Temurin™ and/or IBM® Semeru® Open Edition releases
|
|
|
AikidoSec/firewall-dotnet
Zen by Aikido protects your .NET app against attacks with one line of code. Get peace of mind— at runtime.
|
|
|
Dixin/Blog
Code examples for blog https://weblogs.asp.net/dixin.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.0 | 1,524 | 9/2/2026 |
| 2.3.3 | 3,638,108 | 7/28/2026 |
| 2.3.2 | 1,432,004 | 7/13/2026 |
| 2.3.1 | 341,943 | 7/8/2026 |
| 2.3.0 | 54,506 | 7/7/2026 |
| 2.2.3 | 4,589,744 | 5/14/2026 |
| 2.2.2 | 1,332,874 | 4/30/2026 |
| 2.2.1 | 2,560,467 | 4/7/2026 |
| 2.1.0 | 23,662,995 | 2/3/2026 |
| 2.0.2 | 22,998,488 | 11/11/2025 |
| 2.0.1 | 2,877,040 | 10/14/2025 |
| 2.0.0 | 449,144 | 10/7/2025 |
| 2.0.0-preview.25480.4 | 1,529 | 9/30/2025 |
| 2.0.0-preview.25465.3 | 40,737 | 9/15/2025 |
| 2.0.0-preview.25454.2 | 9,365 | 9/4/2025 |
| 2.0.0-preview.25452.10 | 1,116 | 9/2/2025 |
| 1.9.1 | 28,297,570 | 11/11/2025 |
| 1.9.0 | 13,837,802 | 10/1/2025 |
| 1.8.5 | 277,367 | 9/30/2025 |
| 1.8.4 | 5,094,539 | 9/2/2025 |
See the release notes at https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md#2.4.0.