xunit.extensions 2.0.0

Prefix Reserved

Requires NuGet 2.8.1 or higher.

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

NOTE: This empty package exists to assist users upgrading from xUnit.net v1.x to v2.x.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on xunit.extensions:

Package Downloads
AutoFixture.Xunit

By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 21,901 3/16/2015
2.0.0-rc4-build2924 174 3/9/2015
1.9.2 211,833 8/24/2013
1.9.1 86,547 7/4/2012
1.9.0.1566 188,157 1/2/2012
1.8.0.1549 29,712 9/14/2011
1.8.0.1545 2,015 4/12/2011
1.7.0.1540 11,427 1/31/2011