AutoFixture.AutoFakeItEasy
5.0.0-preview0011
Prefix Reserved
See the version list below for details.
dotnet add package AutoFixture.AutoFakeItEasy --version 5.0.0-preview0011
NuGet\Install-Package AutoFixture.AutoFakeItEasy -Version 5.0.0-preview0011
<PackageReference Include="AutoFixture.AutoFakeItEasy" Version="5.0.0-preview0011" />
<PackageVersion Include="AutoFixture.AutoFakeItEasy" Version="5.0.0-preview0011" />
<PackageReference Include="AutoFixture.AutoFakeItEasy" />
paket add AutoFixture.AutoFakeItEasy --version 5.0.0-preview0011
#r "nuget: AutoFixture.AutoFakeItEasy, 5.0.0-preview0011"
#:package AutoFixture.AutoFakeItEasy@5.0.0-preview0011
#addin nuget:?package=AutoFixture.AutoFakeItEasy&version=5.0.0-preview0011&prerelease
#tool nuget:?package=AutoFixture.AutoFakeItEasy&version=5.0.0-preview0011&prerelease
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by FakeItEasy. To use it, add the AutoFakeItEasyCustomization to your Fixture instance.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- AutoFixture (>= 5.0.0-preview0011)
- FakeItEasy (>= 6.0.0 && < 9.0.0)
-
.NETStandard 2.0
- AutoFixture (>= 5.0.0-preview0011)
- FakeItEasy (>= 6.0.0 && < 9.0.0)
- System.Text.RegularExpressions (>= 4.3.1)
-
net5.0
- AutoFixture (>= 5.0.0-preview0011)
- FakeItEasy (>= 6.0.0 && < 9.0.0)
- System.Net.Http (>= 4.3.4)
- System.Text.RegularExpressions (>= 4.3.1)
-
net6.0
- AutoFixture (>= 5.0.0-preview0011)
- FakeItEasy (>= 6.0.0 && < 9.0.0)
- System.Net.Http (>= 4.3.4)
- System.Text.RegularExpressions (>= 4.3.1)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on AutoFixture.AutoFakeItEasy:
| Package | Downloads |
|---|---|
|
AllOverIt.Fixture.FakeItEasy
This package extends AllOverIt.Fixture to support FakeItEasy integration. |
|
|
F2F.Testing.Xunit.FakeItEasy
Brings an AutoMockFeature which initializes AutoFixture with FakeItEasy. |
|
|
Socres.FakingEasy
This package contains attributes for automatically creating all types of fake object, mocks, stubs, etc. These attributes combine FakeItEasy, xUnit and AutoFixture. |
|
|
FakeItEasier
This package contains helper attributes to automatically add faked parameters to a test method. |
|
|
Objectivity.AutoFixture.XUnit2.AutoFakeItEasy
Accelerates preparation of mocked structures for unit tests under xUnit2 by configuring AutoFixture data generation to use FakeItEasy. Gracefully handles recursive structures by omitting recursions. |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on AutoFixture.AutoFakeItEasy:
| Repository | Stars |
|---|---|
|
charlessolar/Aggregates.NET
.NET event sourced domain driven design model via NServiceBus and GetEventStore
|
|
|
junkai-li/NetCoreKevin
基于NET搭建-AI知识库智能体-现代化Saas企业级前后端分离架构:前端Vue3、IDS4单点登录、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、ESL、MCP协议服务、IOC模块化注入、Cors、Quartz自动任务、多短信集成、AI、AgentFramework智能体、AISemanticKernel集成、RAG检索增强、OCR识别、API多版本、单元测试、RabbitMQ、代码生成器、AI知识库、AI联网搜索
|
|
|
charlessolar/eShopOnContainersDDD
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
|
|
|
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
|
|
|
charlessolar/TodoMVC-DDD-CQRS-EventSourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0-preview0012 | 31,305 | 1/21/2025 |
| 5.0.0-preview0011 | 10,447 | 4/15/2024 |
| 5.0.0-preview0010 | 684 | 3/25/2024 |
| 5.0.0-preview0009 | 326 | 3/10/2024 |
| 5.0.0-preview0008 | 804 | 2/18/2024 |
| 5.0.0-preview0007 | 834 | 12/9/2023 |
| 5.0.0-preview0006 | 725 | 12/4/2023 |
| 5.0.0-pdb-test0003 | 700 | 12/10/2023 |
| 5.0.0-pdb-test0002 | 598 | 12/10/2023 |
| 5.0.0-pdb-test0001 | 718 | 12/10/2023 |
| 5.0.0-dataattributes0001 | 570 | 12/27/2023 |
| 4.18.1 | 1,543,908 | 11/28/2023 |
| 4.18.0 | 548,724 | 2/21/2023 |
| 4.17.0 | 1,744,463 | 4/20/2021 |
| 4.16.0 | 14,373 | 4/1/2021 |
| 4.15.0 | 770,923 | 12/18/2020 |
| 4.14.0 | 111,830 | 9/10/2020 |
| 4.13.0 | 84,418 | 7/9/2020 |
| 4.12.0 | 13,595 | 6/28/2020 |
| 4.11.0 | 507,227 | 7/8/2019 |