JustMock 2013.2.611

There is a newer version of this package available.
See the version list below for details.
dotnet add package JustMock --version 2013.2.611
                    
NuGet\Install-Package JustMock -Version 2013.2.611
                    
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="JustMock" Version="2013.2.611" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JustMock" Version="2013.2.611" />
                    
Directory.Packages.props
<PackageReference Include="JustMock" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JustMock --version 2013.2.611
                    
#r "nuget: JustMock, 2013.2.611"
                    
#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.
#:package JustMock@2013.2.611
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=JustMock&version=2013.2.611
                    
Install as a Cake Addin
#tool nuget:?package=JustMock&version=2013.2.611
                    
Install as a Cake Tool

The most powerful free mocking library available for .NET developers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on JustMock:

Repository Stars
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
shahedc/NetLearnerApp
NetLearner: The Internet Resource Learning Helper built with ASP .NET Core
ardalis/ddd-vet-sample
A sample meant to demonstrate domain driven design using a veterinary hospital management system.
TheUltimateC0der/listrr
listrr.pro creates and maintains lists on trakt.tv completely automated based on your filters.
AllocZero/EfficientDynamoDb
High-performance C# DynamoDb library
martin-nikolov/Telerik-Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
microsoft/UnitTestBoilerplateGenerator
An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, Moq and SimpleStubs.
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
julielerman/DomainDrivenDesignforDatabaseDrivenMind
Deck & Demos from MSIgnite 2015 & Techorama BE conferences
Version Downloads Last Updated
2015.3.929.5 2,344 9/30/2015
2015.2.715.1 2,722 7/21/2015
2015.2.616.2 1,066 6/24/2015
2015.1.224.3 2,771 2/25/2015
2015.1.205.2 300 2/16/2015
2014.3.1204.3 5,029 12/4/2014
2014.3.1021.2 1,245 10/27/2014
2014.2.811.1 2,498 8/11/2014
2014.2.722.1 609 7/22/2014
2014.2.609.3 942 6/13/2014
2014.1.1623.1 1,176 4/24/2014
2014.1.1609.1 401 4/15/2014
2014.1.1519.1 451 3/31/2014
2014.1.1424.1 1,404 2/26/2014
2014.1.1418.1 439 2/19/2014
2014.1.1317.4 641 1/28/2014
2014.1.1307.2 577 1/9/2014
2014.1.1217.4 724 12/18/2013
2014.1.1204.1 430 12/4/2013
2013.2.611 1,028 6/12/2013
Loading failed

Fixed: Recursive mocking incorrectly kicks in when the arranged expression looks like () => this.Property.InnerProperty

   Fixed: Unlinking the profiler while not linked to any 3rd party profiler throws an exception (JustMock Configuration)

   Fixed: PrivateAccessor can't access members in base class (JML)

   Fixed: Async tests stop working correctly after the first 'await' (JML)

   Fixed: Samples solution could not be built with JustMock Lite (JML)