xunit.extensibility.execution 2.9.3

Prefix Reserved

Requires NuGet 2.12 or higher.

dotnet add package xunit.extensibility.execution --version 2.9.3
                    
NuGet\Install-Package xunit.extensibility.execution -Version 2.9.3
                    
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="xunit.extensibility.execution" Version="2.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.3" />
                    
Directory.Packages.props
<PackageReference Include="xunit.extensibility.execution" />
                    
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 xunit.extensibility.execution --version 2.9.3
                    
#r "nuget: xunit.extensibility.execution, 2.9.3"
                    
#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.
#addin nuget:?package=xunit.extensibility.execution&version=2.9.3
                    
Install xunit.extensibility.execution as a Cake Addin
#tool nuget:?package=xunit.extensibility.execution&version=2.9.3
                    
Install xunit.extensibility.execution as a Cake Tool

About xUnit.net

<img align="right" width="100px" src="https://raw.githubusercontent.com/xunit/media/main/dotnet-foundation.svg" />

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C# and F# (other .NET languages may work as well, but are unsupported). xUnit.net works with Visual Studio, Visual Studio Code, ReSharper, CodeRush, and TestDriven.NET. It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).

For project documentation, please visit the xUnit.net project home.

Powered by NDepend

Latest Builds

Stable Latest CI (how to use) Build status
v3 core framework alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image
v2 core framework alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image
xunit.analyzers alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image
xunit.runner.visualstudio alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

For complete CI package lists, please visit the feedz.io package search. A free login is required.

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 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 is compatible.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (140)

Showing the top 5 NuGet packages that depend on xunit.extensibility.execution:

Package Downloads
xunit.core

Includes the libraries for writing unit tests with xUnit.net.

Xunit.SkippableFact

Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.

Serilog.Sinks.XUnit

The xUnit test output sink for Serilog

Verify.Xunit

Enables verification of complex models and documents.

MartinCostello.Logging.XUnit

Extensions for Microsoft.Extensions.Logging for xunit.

GitHub repositories (276)

Showing the top 20 popular GitHub repositories that depend on xunit.extensibility.execution:

Repository Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dotnet/orleans
Cloud Native application framework for .NET
cefsharp/CefSharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
SignalR/SignalR
Incredibly simple real-time web for .NET
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
Azure/azure-powershell
Microsoft Azure PowerShell
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
VsVim/VsVim
Vim Emulator Plugin for Visual Studio 2015+
elastic/elasticsearch-net
This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
dotnet/samples
Sample code referenced by the .NET documentation
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
Version Downloads Last updated
2.9.3 10,320,947 1/8/2025
2.9.2 21,599,644 9/27/2024
2.9.1 1,248,574 9/22/2024
2.9.0 17,273,999 7/8/2024
2.8.1 11,125,484 5/25/2024
2.8.0 6,579,157 4/27/2024
2.7.1 4,390,766 4/11/2024
2.7.0 14,841,245 2/16/2024
2.6.6 9,243,049 1/15/2024
2.6.5 2,489,936 1/5/2024
2.6.4 1,700,762 12/22/2023
2.6.3 2,791,655 12/9/2023
2.6.2 5,843,532 11/18/2023
2.6.1 5,015,108 11/2/2023
2.6.0 474,838 10/31/2023
2.5.3 11,980,052 10/16/2023
2.5.2 766,901 10/13/2023
2.5.2-pre.6 18,098 10/8/2023
2.5.2-pre.2 28,500 9/23/2023
2.5.1 4,619,158 9/18/2023
2.5.1-pre.33 9,572 9/10/2023
2.5.1-pre.26 25,152 9/2/2023
2.5.1-pre.20 63,282 8/7/2023
2.5.1-pre.12 55,251 7/21/2023
2.5.1-pre.11 2,123 7/21/2023
2.5.0 14,568,348 7/6/2023
2.5.0-pre.44 5,937 7/3/2023
2.5.0-pre.37 26,169 6/21/2023
2.5.0-pre.26 12,260 6/15/2023
2.5.0-pre.22 43,639 5/31/2023
2.5.0-pre.11 51,075 5/6/2023
2.4.2 115,249,576 8/1/2022
2.4.2-pre.27 58,636 7/24/2022
2.4.2-pre.12 1,123,482 10/3/2021
2.4.1 271,161,527 10/29/2018
2.4.1-pre.build.4071 23,099 10/7/2018
2.4.1-pre.build.4059 1,239,535 8/26/2018
2.4.0 98,127,014 7/17/2018
2.4.0-rc.2.build4045 6,560 7/13/2018
2.4.0-rc.1.build4038 24,108 7/2/2018
2.4.0-beta.2.build4010 279,632 5/29/2018
2.4.0-beta.1.build3958 203,592 2/12/2018
2.3.1 29,513,232 10/27/2017
2.3.1-rc2-build3844 19,167 10/20/2017
2.3.1-rc1-build3843 5,996 10/20/2017
2.3.0 1,546,837 10/6/2017
2.3.0-rc3-build3818 9,795 10/5/2017
2.3.0-rc2-build3812 7,241 10/4/2017
2.3.0-rc1-build3809 14,913 10/2/2017
2.3.0-beta5-build3769 301,195 9/1/2017
2.3.0-beta4-build3742 172,696 8/14/2017
2.3.0-beta3-build3705 213,019 6/8/2017
2.3.0-beta2-build3683 265,346 5/9/2017
2.3.0-beta1-build3642 148,800 4/6/2017
2.2.0 19,345,720 2/20/2017
2.2.0-rc4-build3536 10,571 2/18/2017
2.2.0-rc3-build3528 68,593 2/16/2017
2.2.0-rc2-build3523 23,079 2/13/2017
2.2.0-rc1-build3507 9,355 2/12/2017
2.2.0-beta5-build3474 523,759 1/16/2017
2.2.0-beta4-build3444 675,574 11/6/2016
2.2.0-beta3-build3402 109,609 10/5/2016
2.2.0-beta2-build3300 3,321,332 6/27/2016
2.2.0-beta1-build3239 77,482 12/20/2015
2.1.0 7,958,172 9/27/2015
2.1.0-rc2-build3176 11,642 9/20/2015
2.1.0-rc1-build3168 31,616 9/6/2015
2.1.0-beta4-build3109 14,115 8/5/2015
2.1.0-beta3-build3029 17,235 6/30/2015
2.1.0-beta2-build2981 9,944 5/3/2015
2.1.0-beta1-build2945 5,414 3/21/2015
2.0.0 352,166 3/16/2015
2.0.0-rc4-build2924 2,284 3/9/2015
2.0.0-rc3-build2880 4,547 2/23/2015
2.0.0-rc2-build2857 2,679 2/17/2015
2.0.0-rc1-build2826 2,573 1/20/2015