Fakes.Contrib 0.6.5389.13898

dotnet add package Fakes.Contrib --version 0.6.5389.13898
NuGet\Install-Package Fakes.Contrib -Version 0.6.5389.13898
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.6.5389.13898" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fakes.Contrib --version 0.6.5389.13898
#r "nuget: Fakes.Contrib, 0.6.5389.13898"
#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.6.5389.13898

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.5389.13898 1,610 10/3/2014
0.6.5099.26816 82 12/17/2013
0.6.5095.20427 56 12/13/2013
0.5.5073.15041 53 11/21/2013
0.5.5059.17884 57 11/7/2013
0.4.5045.16141 75 10/24/2013
0.4.5045.15763 55 10/24/2013
0.4.5045.14338 53 10/24/2013
0.3.5044.26836 76 10/23/2013
0.2.5044.18289 54 10/23/2013

Version 0.6: added an "ObservableShimsContext" to allow verifications on shims
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 !