JustMock 2015.1.224.3

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

// Install JustMock as a Cake Tool
#tool nuget:?package=JustMock&version=2015.1.224.3

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

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  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. 
Silverlight sl4 is compatible.  sl5 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 (10)

Showing the top 5 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
telerik/blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
ardalis/ddd-vet-sample
A sample meant to demonstrate domain driven design using a veterinary hospital management system.
Version Downloads Last updated
2015.1.224.3 2,331 2/25/2015
2015.1.205.2 239 2/16/2015
2014.3.1204.3 4,559 12/4/2014
2014.3.1021.2 1,148 10/27/2014
2014.2.811.1 2,058 8/11/2014
2014.2.722.1 506 7/22/2014
2014.2.609.3 592 6/13/2014
2014.1.1623.1 386 4/24/2014
2014.1.1609.1 131 4/15/2014
2014.1.1519.1 152 3/31/2014
2014.1.1424.1 619 2/26/2014
2014.1.1418.1 182 2/19/2014
2014.1.1317.4 188 1/28/2014
2014.1.1307.2 184 1/9/2014
2014.1.1217.4 192 12/18/2013
2014.1.1204.1 134 12/4/2013
2013.3.1119.2 228 11/20/2013
2013.3.1101.2 288 11/1/2013
2013.3.1015 151 10/16/2013
2013.3.1009 70 10/10/2013
2013.3.925 110 9/26/2013
2013.3.904 122 9/6/2013
2013.3.819 1,424 8/19/2013
2013.3.813 67 8/13/2013
2013.2.611 299 6/12/2013
2013.2.603 55 6/3/2013
2013.2.527 57 5/27/2013
2013.2.522 118 5/22/2013
2013.1.507 55 5/8/2013
2013.1.315 445 3/18/2013
2013.1.220 479 2/20/2013
2013.1.125.1 128 1/25/2013
2012.3.1220 61 12/21/2012
2012.3.1016 112 10/17/2012
2012.2.813 161 8/13/2012
2012.1.608 54 6/11/2012
2012.1.508 54 5/8/2012
2012.1.321 50 3/21/2012
2012.1.229 59 3/1/2012
2012.1.215 51 2/15/2012
2011.3.1323 57 1/23/2012
2011.3.1222 60 12/22/2011
2011.3.1116 73 11/16/2011
2011.2.921 55 9/29/2011
2011.2.713 154 7/22/2011
2011.1.620 57 6/20/2011
2011.1.331 65 4/7/2011
2011.1.315 166 3/16/2011
2010.3.1215 131 1/7/2011

What's new:

New: Mock.NonPublic.Arrange() and Mock.NonPublic.Assert() without specifying arguments
New: Automocking for abstract classes

New: Mocking Containers Integration:
- MEF - https://github.com/tailsu/Telerik.JustMock.Mef
- Unity - https://github.com/tailsu/Telerik.JustMock.Unity
- Entity Framework Integration - https://github.com/tailsu/Telerik.JustMock.EntityFramework

What's fixed:

Fixed: ConvertMockExpressionToString() doesn't respect arrangements on ToString() on custom types
Fixed: Mock.Raise() doesn't call event handler in a GuardExternal block
Fixed: Can't create mock of class with generic method implementing an interface method with different generic parameter names