FakeItEasy 1.25.2
See the version list below for details.
dotnet add package FakeItEasy --version 1.25.2
NuGet\Install-Package FakeItEasy -Version 1.25.2
<PackageReference Include="FakeItEasy" Version="1.25.2" />
paket add FakeItEasy --version 1.25.2
#r "nuget: FakeItEasy, 1.25.2"
// Install FakeItEasy as a Cake Addin #addin nuget:?package=FakeItEasy&version=1.25.2 // Install FakeItEasy as a Cake Tool #tool nuget:?package=FakeItEasy&version=1.25.2
It's faking amazing! The easy mocking framework for .NET that works great in C# and VB.NET alike. No need to know the difference between a stub, a mock or a spy, everything's a fake! The easy to use, refactoring friendly API makes faking a breeze.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. 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. |
Silverlight | sl5 is compatible. |
Windows Store | win8 is compatible. |
This package has no dependencies.
GitHub repositories (41)
Showing the top 5 popular GitHub repositories that depend on FakeItEasy:
Repository | Stars |
---|---|
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
|
|
quartznet/quartznet
Quartz Enterprise Scheduler .NET
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
|
|
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 6 and newer.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta009 | 2,257 | 5/6/2015 |
1.25.2 | 38,052 | 1/25/2015 |
1.24.0 | 24,343 | 8/25/2014 |
1.23.0 | 3,167 | 8/7/2014 |
1.22.0 | 7,944 | 6/17/2014 |
1.21.0 | 3,044 | 5/28/2014 |
1.20.0 | 2,074 | 5/6/2014 |
1.19.0 | 2,897 | 4/15/2014 |
1.18.0 | 7,953 | 3/5/2014 |
1.17.0 | 6,470 | 1/14/2014 |
1.16.0 | 485 | 1/9/2014 |
1.15.0 | 2,369 | 12/11/2013 |
1.14.0 | 3,595 | 10/24/2013 |
1.13.1 | 2,829 | 7/30/2013 |
1.12.0 | 1,087 | 5/27/2013 |
1.11.0 | 625 | 5/6/2013 |
1.10.0 | 609 | 3/28/2013 |
1.9.1 | 510 | 3/6/2013 |
1.8.0 | 3,572 | 2/12/2013 |
1.7.4626.65 | 2,037 | 8/31/2012 |
1.7.4582.63 | 289 | 7/18/2012 |
1.7.4574.62 | 135 | 7/10/2012 |
1.7.4507.61 | 318 | 5/4/2012 |
1.7.4257.42 | 478 | 8/28/2011 |
1.7.4166.27 | 227 | 5/29/2011 |
1.7.4117.2 | 178 | 4/10/2011 |
1.7.4109.1 | 704 | 4/2/2011 |
1.6.4075.221 | 495 | 3/1/2011 |
1.6.4062.205 | 221 | 2/14/2011 |
1.5.3970.199 | 490 | 1/7/2011 |
1.0.0.5 | 211 | 1/7/2011 |
#1.25.2
Fixed: Cannot fake types implementing IDisposable - https://github.com/FakeItEasy/FakeItEasy/issues/440
With special thanks for contributions to this release from:
shortsn - https://github.com/shortsn
# 1.25.1
Fixed: `Raise.With(…).Now` is incorrectly marked obsolete - https://github.com/FakeItEasy/FakeItEasy/issues/383/
With special thanks for contributions to this release from:
Pat781 - https://github.com/Pat781/
# 1.25.0
New: `Now` and `Go` are no longer needed when raising events, and have been marked obsolete - https://github.com/FakeItEasy/FakeItEasy/issues/359/
Fixed: constructors that call virtual methods returning value types no longer throw exceptions - https://github.com/FakeItEasy/FakeItEasy/issues/368/
With special thanks for contributions to this release from:
Ulrich B - https://github.com/ulrichb/