Experiment.Idioms 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Experiment.Idioms --version 3.0.0
NuGet\Install-Package Experiment.Idioms -Version 3.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="Experiment.Idioms" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Experiment.Idioms --version 3.0.0
#r "nuget: Experiment.Idioms, 3.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.
// Install Experiment.Idioms as a Cake Addin
#addin nuget:?package=Experiment.Idioms&version=3.0.0

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

Experiment.Idioms is to facilitate running idiomatic, regular unit-tests.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
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 2,276 4/13/2016
3.0.1 3,850 5/1/2015
3.0.0 1,291 2/13/2015
2.1.5 1,352 11/24/2014
2.1.4 1,260 11/24/2014
2.1.3 1,612 11/15/2014
2.1.2 1,653 11/15/2014
2.1.1 1,093 10/22/2014
2.1.0 1,121 10/16/2014
2.0.3 1,110 10/11/2014
2.0.2 1,124 10/11/2014
2.0.1 1,130 10/10/2014
2.0.0 1,133 10/1/2014
1.6.1 1,083 10/1/2014
1.6.0 1,135 9/14/2014
1.5.4 1,120 9/14/2014
1.5.3 1,108 9/14/2014
1.5.1 1,132 9/14/2014
1.5.0 1,109 9/13/2014
1.4.1 1,069 9/6/2014
1.4.0 1,115 9/5/2014
1.3.2 1,138 9/5/2014
1.3.1 1,100 9/5/2014
1.3.0 1,113 9/4/2014
1.2.0 1,121 9/4/2014
1.1.0 1,102 9/2/2014
1.0.1 1,150 8/8/2014
1.0.0 1,081 8/4/2014
0.25.0 1,153 7/4/2014
0.24.1 1,236 6/26/2014
0.24.0 1,134 6/18/2014
0.23.9 1,123 6/18/2014
0.23.8 1,135 6/12/2014
0.23.7 1,209 6/11/2014
0.23.6 1,150 6/11/2014
0.23.5 1,121 6/10/2014
0.23.4 1,149 6/9/2014
0.23.3 1,131 6/9/2014
0.23.2 1,114 6/7/2014
0.23.1 1,131 6/7/2014
0.23.0 1,156 6/6/2014
0.22.4 1,174 5/26/2014
0.22.3 1,134 5/25/2014
0.22.2 1,143 5/23/2014
0.22.1 1,136 5/23/2014
0.22.0 1,137 5/22/2014
0.21.1 1,130 5/21/2014
0.21.0 1,126 5/20/2014
0.20.0 1,130 5/20/2014
0.19.1 1,154 5/16/2014
0.19.0 1,117 5/15/2014
0.18.2 1,142 5/14/2014
0.18.1 1,131 5/13/2014
0.18.0 1,140 5/7/2014
0.17.0 1,156 5/2/2014
0.16.1 1,191 5/1/2014
0.16.0 1,171 5/1/2014
0.15.4 1,189 4/25/2014
0.15.3 1,214 4/25/2014
0.15.2 1,362 4/25/2014
0.15.1 1,212 4/24/2014
0.15.0 1,109 4/24/2014
0.14.0 1,315 4/23/2014
0.13.1 1,372 4/21/2014
0.13.0 1,327 4/21/2014
0.12.0 1,326 4/16/2014
0.11.0 1,318 4/16/2014
0.10.3 1,233 4/16/2014
0.10.2 1,338 4/15/2014
0.10.1 1,228 4/15/2014
0.10.0 1,324 4/15/2014

Version 3.0.0

- [Major] Removed the Experiment.AutoFixture project. This project is not
 used in the next new major release as the new version depends on the
 AutoFixture abstractions. (IFixture, ISpecimenBuilder)

- [Major] Removed the old abstractions for test fixture, which is replaced
 with the AutoFixture abstractions.

- [Major] Renamed IndirectReferenceAssertion to NotExposedReferenceAssertion.

- [Minor] Introduced the ParameterCustomization class to support the
 parameter customization attributes of AutoFixture.Xunit.