Fakes.Contrib 0.5.5073.15041

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

// Install Fakes.Contrib as a Cake Tool
#tool nuget:?package=Fakes.Contrib&version=0.5.5073.15041

This library is a contribution to Microsoft Fakes. It allows to verify expectations on mocks with an easy and fluent syntax.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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
0.8.18200.2 1,572 7/19/2018
0.7.18065.8 1,118 3/6/2018
0.6.5389.13898 4,957 10/3/2014
0.6.5099.26816 1,285 12/17/2013
0.6.5095.20427 1,153 12/13/2013
0.5.5073.15041 1,272 11/21/2013
0.5.5059.17884 1,178 11/7/2013
0.4.5045.16141 1,333 10/24/2013
0.4.5045.15763 1,206 10/24/2013
0.4.5045.14338 1,160 10/24/2013
0.3.5044.26836 1,368 10/23/2013
0.2.5044.18289 1,182 10/23/2013

Version 0.5: added an AssertWasNotCalled assertion
     Version 0.4: improved "With" to allow predicate of two different types
     Version 0.3: added more flexible ways to verify a mock
     Version 0.2: first usable version. Watch out, this is still apha code !