F2F.Testing.MSTest 2.0.0-beta1

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

// Install F2F.Testing.MSTest as a Cake Tool
#tool nuget:?package=F2F.Testing.MSTest&version=2.0.0-beta1&prerelease

The base class TestFixture provides a registry for test features which are automatically disposed after each test case.

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.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on F2F.Testing.MSTest:

Package Downloads
F2F.Testing.MSTest.Moq

Brings an AutoMockFeature which initializes AutoFixture with Moq.

F2F.Testing.MSTest.Sandbox

Add FileSandboxFeature to your TestFixture (F2F.Testing.MSTest)

F2F.Testing.MSTest.EF

Add LocalDbContextFeature to your TestFixture (F2F.Testing.MSTest)

F2F.Testing.MSTest.Npgsql

Test feature for temporary database in PostgreSQL server

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 2,139 10/6/2016
2.0.0-beta1 1,236 11/19/2015
1.4.2 1,096 11/12/2015
1.4.1 1,022 11/11/2015
1.4.0 968 11/3/2015
1.3.1 1,002 10/27/2015
1.2.1 1,434 4/29/2015
1.2.0 1,369 4/28/2015
1.0.15 1,402 4/23/2015
1.0.13 1,365 4/23/2015
1.0.12 1,414 4/23/2015
1.0.11 1,094 4/13/2015
1.0.10 1,048 3/17/2015
1.0.8 1,112 3/10/2015
1.0.7 1,029 3/10/2015
1.0.6 1,024 3/10/2015
1.0.5 1,033 3/9/2015

This release has breaking changes!
Fix project references and upgrade all projects to .NET4 #48
Introduce IFeature interface #47
Wrong implementation of IDisposable #46