FakeItEasy 2.0.0-beta010
dotnet add package FakeItEasy --version 2.0.0-beta010
NuGet\Install-Package FakeItEasy -Version 2.0.0-beta010
<PackageReference Include="FakeItEasy" Version="2.0.0-beta010" />
<PackageVersion Include="FakeItEasy" Version="2.0.0-beta010" />
<PackageReference Include="FakeItEasy" />
paket add FakeItEasy --version 2.0.0-beta010
#r "nuget: FakeItEasy, 2.0.0-beta010"
#addin nuget:?package=FakeItEasy&version=2.0.0-beta010&prerelease
#tool nuget:?package=FakeItEasy&version=2.0.0-beta010&prerelease
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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (98)
Showing the top 20 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 8 and newer.
|
|
JanKallman/EPPlus
Create advanced Excel spreadsheets using .NET
|
|
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
|
|
hirschmann/nbfc
NoteBook FanControl
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
aaubry/YamlDotNet
YamlDotNet is a .NET library for YAML
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
ButchersBoy/Dragablz
Dragable and tearable tab control for WPF
|
|
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
|
|
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
|
|
dotnetcore/EasyCaching
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
|
|
EPPlusSoftware/EPPlus
EPPlus-Excel spreadsheets for .NET
|
|
dotnet/templating
This repo contains the Template Engine which is used by dotnet new
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
nhibernate/fluent-nhibernate
Fluent NHibernate!
|
|
NEventStore/NEventStore
A persistence agnostic Event Store for .NET
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta010 | 1,392 | 10/6/2015 |
2.0.0-beta009 | 8,522 | 5/6/2015 |
1.25.3 | 25,882 | 7/24/2015 |
1.24.0 | 26,164 | 8/25/2014 |
1.23.0 | 3,409 | 8/7/2014 |
1.22.0 | 9,827 | 6/17/2014 |
1.21.0 | 4,975 | 5/28/2014 |
1.20.0 | 4,331 | 5/6/2014 |
1.19.0 | 5,749 | 4/15/2014 |
1.18.0 | 14,129 | 3/5/2014 |
1.17.0 | 13,754 | 1/14/2014 |
1.16.0 | 1,143 | 1/9/2014 |
1.15.0 | 5,951 | 12/11/2013 |
1.14.0 | 10,105 | 10/24/2013 |
1.13.1 | 13,086 | 7/30/2013 |
1.12.0 | 4,909 | 5/27/2013 |
1.11.0 | 3,639 | 5/6/2013 |
1.10.0 | 3,965 | 3/28/2013 |
1.9.1 | 2,398 | 3/6/2013 |
1.8.0 | 25,118 | 2/12/2013 |
1.7.4626.65 | 12,012 | 8/31/2012 |
1.7.4582.63 | 2,554 | 7/18/2012 |
1.7.4574.62 | 826 | 7/10/2012 |
1.7.4507.61 | 3,294 | 5/4/2012 |
1.7.4257.42 | 6,185 | 8/28/2011 |
1.7.4166.27 | 1,722 | 5/29/2011 |
1.7.4117.2 | 918 | 4/10/2011 |
1.7.4109.1 | 1,211 | 4/2/2011 |
1.6.4075.221 | 934 | 3/1/2011 |
1.6.4062.205 | 515 | 2/14/2011 |
1.5.3970.199 | 2,814 | 1/7/2011 |
1.0.0.5 | 493 | 1/7/2011 |
# 2.0.0-beta010
Changed: fake creation options now have more predictable interactions - https://github.com/FakeItEasy/FakeItEasy/issues/467/
a. WithAdditionalAttributes stacks instead of overriding previous calls
b. Wrapping overrides CallsBaseMethods, Strict, and ConfigureFake, on the principle of "last incompatible action in wins"
Changed: dropped Silverlight, Windows8, Windows8.1 support - https://github.com/FakeItEasy/FakeItEasy/issues/507/
New: better threadsafety for ArgumentValueFormatter - https://github.com/FakeItEasy/FakeItEasy/issues/500/
New: explicit error message when IFakeOptionsBuilder.Implements is passed a non-interface - https://github.com/FakeItEasy/FakeItEasy/issues/462/
Fixed: [Out] method parameters treated like out parameters, so methods can't be configured (fixed relative earlier 2.0.0 betas, but aligns functionality with FakeItEasy 1.25.3) - https://github.com/FakeItEasy/FakeItEasy/issues/508/
With special thanks for contributions to this release from:
Tim Lovell-Smith - https://github.com/TimLovellSmith/
Jimmy Headdon - https://github.com/jimmyheaddon/
# 2.0.0-beta009
New: Better threadsafety when using That.Matches or Ignored argument constraints - https://github.com/FakeItEasy/FakeItEasy/issues/476
Fixed: NullReferenceException when trying to fake a non-virtual generic method method - https://github.com/FakeItEasy/FakeItEasy/issues/480
With special thanks for contributions to this release from:
Thomas Levesque - https://github.com/thomaslevesque/
# 2.0.0-beta008
Fixed: auto-property get followed by another get returns different object when property type is not fakeable - https://github.com/FakeItEasy/FakeItEasy/issues/312
New: Implements now has a generic overload: Implements<IAmAnInterface>() - https://github.com/FakeItEasy/FakeItEasy/issues/470
With special thanks for contributions to this release from:
Thomas Levesque - https://github.com/thomaslevesque/
# 2.0.0-beta007
Changed: IFakeOptionsBuilder.OnFakeCreated renamed to ConfigureFake - https://github.com/FakeItEasy/FakeItEasy/issues/454/
Changed: methods on faked classes may be configured before fake construction, and whether configured or not, behave the same when called from the constructor or not - https://github.com/FakeItEasy/FakeItEasy/issues/371/
With special thanks for contributions to this release from:
Ulich B - https://github.com/ulrichb/
# 2.0.0-beta006
Changed: IDummyDefinition and DummyDefinition<T> have been replaced with IDummyFactory and DummyFactory<T> - https://github.com/FakeItEasy/FakeItEasy/issues/441/
# 2.0.0-beta005
Fixed: Cannot fake types implementing IDisposable - https://github.com/FakeItEasy/FakeItEasy/issues/440/
With special thanks for contributions to this release from:
https://github.com/shortsn/
# 2.0.0-beta004
Changed: Removed FakeItEasy.ExtensionSyntax namespace, which provided fake.Configure().CallsTo(...), fake.CallsTo(...) - https://github.com/FakeItEasy/FakeItEasy/issues/410/
Changed: Removed IFakeObjectCallRuleWithDescription - https://github.com/FakeItEasy/FakeItEasy/issues/410/
Changed: Removed Equals and ReferenceEquals static methods from A and Fake - https://github.com/FakeItEasy/FakeItEasy/issues/425/
Changed: Removed ArgumentCollection's Empty method and made constructors internal - https://github.com/FakeItEasy/FakeItEasy/issues/428/
Changed: Made TypeCatalogue, ITypeCatalogue internal - https://github.com/FakeItEasy/FakeItEasy/issues/428/
Changed: Made FakeManager's constructor and Factory delegate internal - https://github.com/FakeItEasy/FakeItEasy/issues/428/
Changed: Made ICallCollectionAndCallMatcherAccessor, ICallMatcher, ICallMatcherAccessor internal - https://github.com/FakeItEasy/FakeItEasy/issues/428/
Changed: Made ProxyGeneratorResult internal - https://github.com/FakeItEasy/FakeItEasy/issues/428/
Changed: Moved ArgumentCollection, IRepeatSpecification, Raise<T> to FakeItEasy.Configuration namespace - https://github.com/FakeItEasy/FakeItEasy/issues/432/
# 2.0.0-beta003
Changed: IDummyDefinition and IFakeConfgurator have more flexibility in creating/configuring subject types, and include new Priority property - https://github.com/FakeItEasy/FakeItEasy/issues/402/
# 2.0.0-beta002
New: Default support for Lazy<T> Dummies - https://github.com/FakeItEasy/FakeItEasy/issues/358/
With special thanks for contributions to this release from:
Christian Merat - https://github.com/cmerat/
# 2.0.0-beta001
New: Can now raise events of arbitrary delegate type - https://github.com/FakeItEasy/FakeItEasy/issues/30/
Fixed: Bad exception thrown when fake's base's constructor fails - https://github.com/FakeItEasy/FakeItEasy/issues/367/
Changed: Now and Go, formerly used when raising events, have been removed - https://github.com/FakeItEasy/FakeItEasy/issues/30/
Changed: Raising custom event handler event requires typeparam - https://github.com/FakeItEasy/FakeItEasy/issues/30/
Changed: Passing null sender to Raise.With now raises event with null sender - https://github.com/FakeItEasy/FakeItEasy/issues/395/
Changed: Removed obsolete Any and Configure types - https://github.com/FakeItEasy/FakeItEasy/issues/408/
With special thanks for contributions to this release from:
Matthias Koch - https://github.com/matkoch/
Raph - https://github.com/galaktor/