Experiment.Idioms 0.10.1

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

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,465 4/13/2016
3.0.1 3,980 5/1/2015
3.0.0 1,420 2/13/2015
2.1.5 1,478 11/24/2014
2.1.4 1,386 11/24/2014
2.1.3 1,739 11/15/2014
2.1.2 1,783 11/15/2014
2.1.1 1,221 10/22/2014
2.1.0 1,254 10/16/2014
2.0.3 1,241 10/11/2014
2.0.2 1,244 10/11/2014
2.0.1 1,260 10/10/2014
2.0.0 1,261 10/1/2014
1.6.1 1,216 10/1/2014
1.6.0 1,265 9/14/2014
1.5.4 1,248 9/14/2014
1.5.3 1,230 9/14/2014
1.5.1 1,252 9/14/2014
1.5.0 1,237 9/13/2014
1.4.1 1,197 9/6/2014
1.4.0 1,240 9/5/2014
1.3.2 1,259 9/5/2014
1.3.1 1,231 9/5/2014
1.3.0 1,238 9/4/2014
1.2.0 1,254 9/4/2014
1.1.0 1,230 9/2/2014
1.0.1 1,286 8/8/2014
1.0.0 1,212 8/4/2014
0.25.0 1,290 7/4/2014
0.24.1 1,367 6/26/2014
0.24.0 1,262 6/18/2014
0.23.9 1,250 6/18/2014
0.23.8 1,271 6/12/2014
0.23.7 1,346 6/11/2014
0.23.6 1,286 6/11/2014
0.23.5 1,255 6/10/2014
0.23.4 1,289 6/9/2014
0.23.3 1,262 6/9/2014
0.23.2 1,243 6/7/2014
0.23.1 1,260 6/7/2014
0.23.0 1,295 6/6/2014
0.22.4 1,306 5/26/2014
0.22.3 1,269 5/25/2014
0.22.2 1,275 5/23/2014
0.22.1 1,270 5/23/2014
0.22.0 1,275 5/22/2014
0.21.1 1,262 5/21/2014
0.21.0 1,262 5/20/2014
0.20.0 1,263 5/20/2014
0.19.1 1,272 5/16/2014
0.19.0 1,243 5/15/2014
0.18.2 1,261 5/14/2014
0.18.1 1,251 5/13/2014
0.18.0 1,269 5/7/2014
0.17.0 1,291 5/2/2014
0.16.1 1,313 5/1/2014
0.16.0 1,303 5/1/2014
0.15.4 1,324 4/25/2014
0.15.3 1,343 4/25/2014
0.15.2 1,476 4/25/2014
0.15.1 1,342 4/24/2014
0.15.0 1,242 4/24/2014
0.14.0 1,431 4/23/2014
0.13.1 1,507 4/21/2014
0.13.0 1,450 4/21/2014
0.12.0 1,464 4/16/2014
0.11.0 1,456 4/16/2014
0.10.3 1,372 4/16/2014
0.10.2 1,476 4/15/2014
0.10.1 1,368 4/15/2014
0.10.0 1,457 4/15/2014

Version 0.10.1

Renames CompositeTestCases to CompositeEnumerables and makes it generic type.

BREAKING-CHANGE
- Rename: CompositeTestCases -> CompositeEnumerables
- Make generic type: CompositeEnumerables<T>