Moq.Testeroids 4.0.10819

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

// Install Moq.Testeroids as a Cake Tool
#tool nuget:?package=Moq.Testeroids&version=4.0.10819

This is a custom version, tailored for Testeroids which includes pending pull-requests on moq's official repository. Moq : The simplest mocking library for .NET 3.5/4.0 and Silverlight with deep C# 3.0 integration.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.10819 150 3/25/2013
4.0.10818 51 2/22/2013

Package was built out of the sources (master branch) with the added plumbing for Testeroids' feature of only counting the calls to mocked methods performed after the "ACT" phase of AAA. Hopefully, this package will become obsolete when the pending pull-requests will be accepted by moq's Daniel Cazzulino. (https://github.com/Moq/moq4/pull/37)