Mbl.ParameterizedTest 1.0.1

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

// Install Mbl.ParameterizedTest as a Cake Tool
#tool nuget:?package=Mbl.ParameterizedTest&version=1.0.1

Some test frameworks do not support parameterized tests. Others only support them through attributes on the test method, and that may not always be easy to read - and it is limited to compile time constants.
     This library is an attempt to give support for parameterized tests from within a single test with a fluent syntax. Packages exists targeted at specific test frameworks, but this core package should be usable from all test frameworks.

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Mbl.ParameterizedTest:

Package Downloads
Mbl.ParameterizedTest.MsTest

This is a MSTest extension for the ParameterizedTest library that will provide nicer error message formatting when ParameterizedTest is used together with MSTest.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 1,669 6/22/2018
0.5.8-alpha 1,260 3/21/2017
0.5.6-alpha 1,587 4/11/2016
0.5.5-alpha 1,398 3/31/2016
0.5.4-alpha 1,354 3/31/2016
0.5.3-alpha 1,346 3/31/2016
0.5.2-alpha 1,326 3/30/2016
0.5.1-alpha 1,354 3/30/2016

Removed dependency to MSTest from core package.