Experiment.Xunit 3.0.2

.NET Framework 4.0
dotnet add package Experiment.Xunit --version 3.0.2
NuGet\Install-Package Experiment.Xunit -Version 3.0.2
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="Experiment.Xunit" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Experiment.Xunit --version 3.0.2
#r "nuget: Experiment.Xunit, 3.0.2"
#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.
// Install Experiment.Xunit as a Cake Addin
#addin nuget:?package=Experiment.Xunit&version=3.0.2

// Install Experiment.Xunit as a Cake Tool
#tool nuget:?package=Experiment.Xunit&version=3.0.2

Experiment is a base library to support parameterized tests with auto data.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.2 1,105 4/13/2016
3.0.1 1,184 5/1/2015
3.0.0 1,352 2/13/2015
2.1.5 1,180 11/24/2014
2.1.4 1,122 11/24/2014
2.1.3 1,459 11/15/2014
2.1.2 1,452 11/15/2014
2.1.1 978 10/22/2014
2.1.0 1,035 10/16/2014
2.0.3 960 10/11/2014
2.0.2 971 10/11/2014
2.0.1 978 10/10/2014
2.0.0 970 10/1/2014
1.6.1 1,044 10/1/2014
1.6.0 987 9/14/2014
1.5.4 1,012 9/14/2014
1.5.3 994 9/14/2014
1.5.1 982 9/14/2014
1.5.0 1,016 9/13/2014
1.4.1 971 9/6/2014
1.4.0 1,004 9/5/2014
1.3.2 1,008 9/5/2014
1.3.1 992 9/5/2014
1.3.0 982 9/4/2014
1.2.0 1,022 9/4/2014
1.1.0 959 9/2/2014
1.0.1 1,060 8/8/2014
1.0.0 965 8/4/2014
0.25.0 1,015 7/4/2014
0.24.1 1,050 6/26/2014
0.24.0 1,046 6/18/2014
0.23.9 1,002 6/18/2014
0.23.8 1,012 6/12/2014
0.23.7 1,005 6/11/2014
0.23.6 1,022 6/11/2014
0.23.5 1,031 6/10/2014
0.23.4 1,008 6/9/2014
0.23.3 1,053 6/9/2014
0.23.2 1,006 6/7/2014
0.23.1 986 6/7/2014
0.23.0 985 6/6/2014
0.22.4 997 5/26/2014
0.22.3 1,005 5/25/2014
0.22.2 1,009 5/23/2014
0.22.1 1,025 5/23/2014
0.22.0 971 5/22/2014
0.21.1 994 5/21/2014
0.21.0 967 5/20/2014
0.20.0 1,001 5/20/2014
0.19.1 982 5/16/2014
0.19.0 986 5/15/2014

Version 3.0.2

- Ignored the Dispose method when verifying ObjectDisposalAssertion.