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为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
telerik/blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
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.
Version Downloads Last updated
2015.1.224.3 2,333 2/25/2015
2015.1.205.2 240 2/16/2015
2014.3.1204.3 4,560 12/4/2014
2014.3.1021.2 1,149 10/27/2014
2014.2.811.1 2,060 8/11/2014
2014.2.722.1 508 7/22/2014
2014.2.609.3 593 6/13/2014
2014.1.1623.1 388 4/24/2014
2014.1.1609.1 133 4/15/2014
2014.1.1519.1 154 3/31/2014
2014.1.1424.1 621 2/26/2014
2014.1.1418.1 184 2/19/2014
2014.1.1317.4 190 1/28/2014
2014.1.1307.2 185 1/9/2014
2014.1.1217.4 193 12/18/2013
2014.1.1204.1 135 12/4/2013
2013.3.1119.2 229 11/20/2013
2013.3.1101.2 289 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 123 9/6/2013
2013.3.819 1,425 8/19/2013
2013.3.813 68 8/13/2013
2013.2.611 300 6/12/2013
2013.2.603 57 6/3/2013
2013.2.527 59 5/27/2013
2013.2.522 120 5/22/2013
2013.1.507 57 5/8/2013
2013.1.315 447 3/18/2013
2013.1.220 477 2/20/2013
2013.1.125.1 129 1/25/2013
2012.3.1220 59 12/21/2012
2012.3.1016 110 10/17/2012
2012.2.813 159 8/13/2012
2012.1.608 52 6/11/2012
2012.1.508 52 5/8/2012
2012.1.321 48 3/21/2012
2012.1.229 57 3/1/2012
2012.1.215 49 2/15/2012
2011.3.1323 53 1/23/2012
2011.3.1222 58 12/22/2011
2011.3.1116 71 11/16/2011
2011.2.921 53 9/29/2011
2011.2.713 108 7/22/2011
2011.1.620 55 6/20/2011
2011.1.331 63 4/7/2011
2011.1.315 120 3/16/2011
2010.3.1215 129 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