Info
Version: | 0.7.5-beta2 |
Author(s): | Gurwinder Singh |
Last Update: | Monday, October 30, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rangrez/Smocks |
NuGet Url: | https://www.nuget.org/packages/Smocks.ExtensionPackage |
Install
Install-Package Smocks.ExtensionPackage
dotnet add package Smocks.ExtensionPackage
paket add Smocks.ExtensionPackage
Smocks.ExtensionPackage Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It is a forked git library from "feng3245/Smocks". Smocks is a library for mocking the normally unmockable.
It can mock static and non-virtual methods and properties, amongst others.
Change Log
0.7.5-beta2
Updated the internal dependency with Mono.Cecil which solved the PDBWriterException issue.