AutoFixture 4.18.1
Prefix ReservedSee the version list below for details.
dotnet add package AutoFixture --version 4.18.1
NuGet\Install-Package AutoFixture -Version 4.18.1
<PackageReference Include="AutoFixture" Version="4.18.1" />
<PackageVersion Include="AutoFixture" Version="4.18.1" />
<PackageReference Include="AutoFixture" />
paket add AutoFixture --version 4.18.1
#r "nuget: AutoFixture, 4.18.1"
#:package AutoFixture@4.18.1
#addin nuget:?package=AutoFixture&version=4.18.1
#tool nuget:?package=AutoFixture&version=4.18.1
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.5 is compatible. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net452 is compatible. 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. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen30 was computed. 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.5.2
- Fare (>= 2.1.1 && < 3.0.0)
-
.NETStandard 1.5
- Fare (>= 2.1.1 && < 3.0.0)
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
-
.NETStandard 2.0
- Fare (>= 2.1.1 && < 3.0.0)
- System.ComponentModel.Annotations (>= 4.3.0)
NuGet packages (282)
Showing the top 5 NuGet packages that depend on AutoFixture:
| Package | Downloads |
|---|---|
|
AutoFixture.AutoMoq
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx |
|
|
AutoFixture.Xunit2
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). |
|
|
AutoFixture.AutoNSubstitute
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance. |
|
|
AutoFixture.NUnit3
By leveraging some features of NUnit3, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). |
|
|
AutoFixture.Idioms
Ubiquitous use of AutoFixture for unit testing has given rise to a number of idiomatic unit tests - unit tests that tend to follow common templates. The AutoFixture Idioms library encapsulates these idioms into reusable classes and methods. |
GitHub repositories (114)
Showing the top 20 popular GitHub repositories that depend on AutoFixture:
| Repository | Stars |
|---|---|
|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
|
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
|
|
|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
|
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
|
|
|
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
|
|
|
microsoft/RulesEngine
A fast and reliable .NET Rules Engine with extensive Dynamic expression support
|
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
|
|
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
|
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
|
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
|
|
|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
|
ardalis/SmartEnum
A base class for quickly and easily creating strongly typed enum replacements in C#.
|
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
|
jwt-dotnet/jwt
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
|
|
|
dahall/Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
|
|
|
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
|
|
|
recyclarr/recyclarr
Automatically sync TRaSH Guides to your Sonarr and Radarr instances
|
|
|
NeutroniumCore/Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
|
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
|
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0-preview0012 | 965,638 | 1/21/2025 |
| 5.0.0-preview0011 | 1,099,930 | 4/15/2024 |
| 5.0.0-preview0010 | 51,604 | 3/25/2024 |
| 5.0.0-preview0009 | 29,281 | 3/10/2024 |
| 5.0.0-preview0008 | 87,085 | 2/18/2024 |
| 5.0.0-preview0007 | 142,589 | 12/9/2023 |
| 5.0.0-preview0006 | 22,543 | 12/4/2023 |
| 5.0.0-dataattributes0001 | 32,103 | 12/27/2023 |
| 4.18.1 | 64,171,699 | 11/28/2023 |
| 4.18.0 | 28,522,167 | 2/21/2023 |
| 4.17.0 | 69,036,364 | 4/20/2021 |
| 4.16.0 | 1,442,515 | 4/1/2021 |
| 4.15.0 | 8,913,201 | 12/18/2020 |
| 4.14.0 | 7,873,202 | 9/10/2020 |
| 4.13.0 | 4,307,098 | 7/9/2020 |
| 4.12.0 | 956,572 | 6/28/2020 |
| 4.11.0 | 21,071,683 | 7/8/2019 |
| 4.10.0 | 1,055,275 | 6/13/2019 |
| 4.9.0 | 645,164 | 5/28/2019 |
| 4.8.0 | 5,565,151 | 1/30/2019 |
| 4.7.0 | 245,023 | 1/26/2019 |
| 4.6.0 | 2,394,754 | 12/10/2018 |
| 4.5.1 | 758,143 | 11/25/2018 |
| 4.5.0 | 5,479,078 | 7/12/2018 |
| 4.4.0 | 1,735,756 | 5/26/2018 |
| 4.3.0 | 1,025,016 | 5/2/2018 |
| 4.2.1 | 466,451 | 4/16/2018 |
| 4.2.0 | 676,532 | 3/21/2018 |
| 4.1.0 | 867,085 | 2/15/2018 |
| 4.0.1 | 1,369,129 | 1/22/2018 |
| 4.0.0 | 634,604 | 1/10/2018 |
| 4.0.0-rc1 | 224,384 | 10/18/2017 |
| 3.51.0 | 3,151,098 | 10/5/2017 |
| 3.50.7 | 398,192 | 9/18/2017 |
| 3.50.6 | 544,976 | 8/16/2017 |
| 3.50.5 | 159,502 | 8/9/2017 |
| 3.50.4 | 43,652 | 8/7/2017 |
| 3.50.3 | 792,542 | 7/5/2017 |
| 3.50.2 | 4,538,864 | 8/31/2016 |
| 3.50.1 | 188,405 | 8/12/2016 |
| 3.50.0 | 41,903 | 8/11/2016 |
| 3.49.1 | 118,511 | 8/3/2016 |
| 3.49.0 | 307,870 | 7/5/2016 |
| 3.48.0 | 81,224 | 6/28/2016 |
| 3.47.8 | 66,845 | 6/19/2016 |
| 3.47.7 | 12,505 | 6/18/2016 |
| 3.47.6 | 42,861 | 6/13/2016 |
| 3.47.5 | 27,063 | 6/11/2016 |
| 3.47.4 | 54,675 | 6/3/2016 |
| 3.47.3 | 42,463 | 6/2/2016 |
| 3.47.2 | 15,205 | 6/2/2016 |
| 3.47.1 | 51,986 | 6/1/2016 |
| 3.47.0 | 13,120 | 5/31/2016 |
| 3.46.0 | 264,344 | 5/15/2016 |
| 3.45.3 | 27,640 | 5/12/2016 |
| 3.45.2 | 33,150 | 5/7/2016 |
| 3.45.1 | 118,533 | 4/25/2016 |
| 3.45.0 | 13,705 | 4/24/2016 |
| 3.44.1 | 84,610 | 4/20/2016 |
| 3.44.0 | 54,071 | 4/15/2016 |
| 3.43.4 | 22,326 | 4/14/2016 |
| 3.43.3 | 11,414 | 4/13/2016 |
| 3.43.2 | 34,804 | 4/12/2016 |
| 3.43.1 | 14,996 | 4/10/2016 |
| 3.43.0 | 76,478 | 3/28/2016 |
| 3.42.0 | 92,916 | 3/20/2016 |
| 3.41.1 | 41,895 | 3/13/2016 |
| 3.41.0 | 15,131 | 3/12/2016 |
| 3.40.0 | 244,844 | 2/2/2016 |
| 3.39.0 | 52,467 | 1/22/2016 |
| 3.38.1 | 227,611 | 1/3/2016 |
| 3.38.0 | 12,259 | 12/31/2015 |
| 3.37.3 | 109,870 | 12/8/2015 |
| 3.37.2 | 11,105 | 12/8/2015 |
| 3.37.1 | 28,866 | 12/3/2015 |
| 3.37.0 | 40,444 | 11/25/2015 |
| 3.36.12 | 37,444 | 11/20/2015 |
| 3.36.11 | 67,564 | 11/16/2015 |
| 3.36.9 | 266,178 | 10/21/2015 |
| 3.36.8 | 124,655 | 10/8/2015 |
| 3.36.7 | 4,694 | 10/8/2015 |
| 3.36.6 | 10,156 | 10/7/2015 |
| 3.36.5 | 5,722 | 10/7/2015 |
| 3.36.4 | 5,510 | 10/7/2015 |
| 3.36.3 | 4,629 | 10/7/2015 |
| 3.36.2 | 6,045 | 10/7/2015 |
| 3.36.1 | 26,895 | 10/6/2015 |
| 3.36.0 | 22,481 | 10/2/2015 |
| 3.35.1 | 11,404 | 10/2/2015 |
| 3.35.0 | 6,148 | 10/2/2015 |
| 3.34.2 | 60,244 | 9/16/2015 |
| 3.34.1 | 13,192 | 9/16/2015 |
| 3.34.0 | 25,227 | 9/12/2015 |
| 3.33.0 | 25,827 | 9/5/2015 |
| 3.32.2 | 11,364 | 9/5/2015 |
| 3.32.0 | 14,959 | 9/5/2015 |
| 3.31.3 | 161,533 | 8/5/2015 |
| 3.31.2 | 8,132 | 8/5/2015 |
| 3.31.1 | 32,403 | 8/2/2015 |
| 3.31.0 | 25,588 | 7/31/2015 |
| 3.30.8 | 210,789 | 6/17/2015 |
| 3.30.7 | 31,793 | 6/14/2015 |
| 3.30.6 | 74,051 | 6/5/2015 |
| 3.30.5 | 69,035 | 5/16/2015 |
| 3.30.4 | 59,154 | 4/29/2015 |
| 3.30.3 | 48,241 | 4/19/2015 |
| 3.30.2 | 70,095 | 4/11/2015 |
| 3.30.1 | 16,387 | 4/10/2015 |
| 3.30.0 | 228,553 | 4/9/2015 |
| 3.29.0 | 11,246 | 4/9/2015 |
| 3.28.0 | 5,950 | 4/8/2015 |
| 3.27.0 | 11,132 | 4/8/2015 |
| 3.26.0 | 5,552 | 4/8/2015 |
| 3.25.0 | 34,511 | 4/8/2015 |
| 3.24.6 | 10,784 | 4/7/2015 |
| 3.24.5 | 29,044 | 4/6/2015 |
| 3.24.4 | 10,176 | 4/4/2015 |
| 3.24.3 | 109,568 | 3/12/2015 |
| 3.24.2 | 31,559 | 3/7/2015 |
| 3.24.1 | 26,475 | 2/28/2015 |
| 3.24.0 | 28,241 | 2/19/2015 |
| 3.23.2 | 11,098 | 2/18/2015 |
| 3.23.1 | 41,347 | 2/4/2015 |
| 3.23.0 | 22,727 | 1/27/2015 |
| 3.22.0 | 95,257 | 12/21/2014 |
| 3.21.1 | 53,860 | 11/13/2014 |
| 3.21.0 | 65,831 | 10/20/2014 |
| 3.20.4 | 19,580 | 10/15/2014 |
| 3.20.2 | 98,593 | 9/16/2014 |
| 3.20.1 | 32,030 | 9/7/2014 |
| 3.20.0 | 207,861 | 8/20/2014 |
| 3.19.2 | 61,472 | 8/5/2014 |
| 3.19.1 | 85,817 | 6/19/2014 |
| 3.19.0 | 21,547 | 6/12/2014 |
| 3.18.10 | 30,610 | 6/5/2014 |
| 3.18.9 | 11,871 | 6/1/2014 |
| 3.18.8 | 27,293 | 5/24/2014 |
| 3.18.7 | 41,578 | 5/17/2014 |
| 3.18.6 | 14,399 | 5/6/2014 |
| 3.18.5 | 28,928 | 4/25/2014 |
| 3.18.4 | 20,880 | 4/24/2014 |
| 3.18.3 | 16,771 | 4/13/2014 |
| 3.18.2 | 10,080 | 4/12/2014 |
| 3.18.1 | 93,256 | 3/29/2014 |
| 3.18.0 | 14,971 | 3/23/2014 |
| 3.17.0 | 16,779 | 3/15/2014 |
| 3.16.10 | 12,785 | 3/10/2014 |
| 3.16.9 | 9,806 | 3/9/2014 |
| 3.16.8 | 9,313 | 3/9/2014 |
| 3.16.7 | 15,409 | 3/8/2014 |
| 3.16.6 | 30,361 | 3/2/2014 |
| 3.16.5 | 101,267 | 1/31/2014 |
| 3.16.4 | 48,977 | 1/2/2014 |
| 3.16.3 | 15,351 | 12/22/2013 |
| 3.16.2 | 9,324 | 12/21/2013 |
| 3.16.1 | 17,931 | 12/5/2013 |
| 3.16.0 | 13,042 | 11/30/2013 |
| 3.15.1 | 13,697 | 11/26/2013 |
| 3.15.0 | 36,471 | 11/24/2013 |
| 3.14.0 | 9,988 | 11/23/2013 |
| 3.13.0 | 17,135 | 11/6/2013 |
| 3.12.1 | 49,685 | 10/20/2013 |
| 3.12.0 | 10,896 | 10/15/2013 |
| 3.11.0 | 10,210 | 10/13/2013 |
| 3.10.1 | 13,656 | 10/9/2013 |
| 3.10.0 | 20,638 | 10/8/2013 |
| 3.9.1 | 11,227 | 10/2/2013 |
| 3.9.0 | 13,618 | 9/24/2013 |
| 3.8.1 | 10,001 | 9/23/2013 |
| 3.8.0 | 9,394 | 9/22/2013 |
| 3.7.0 | 14,426 | 9/19/2013 |
| 3.6.8 | 26,373 | 9/6/2013 |
| 3.6.7 | 10,075 | 8/31/2013 |
| 3.6.6 | 32,982 | 8/1/2013 |
| 3.6.5 | 14,511 | 7/22/2013 |
| 3.6.4 | 4,825 | 7/22/2013 |
| 3.6.3 | 11,350 | 7/14/2013 |
| 3.6.2 | 9,377 | 7/13/2013 |
| 3.6.1 | 10,086 | 7/11/2013 |
| 3.6.0 | 25,227 | 7/9/2013 |
| 3.5.1 | 11,461 | 7/2/2013 |
| 3.5.0 | 9,704 | 7/1/2013 |
| 3.4.1 | 9,943 | 6/27/2013 |
| 3.4.0 | 10,506 | 6/24/2013 |
| 3.3.0 | 10,582 | 6/23/2013 |
| 3.2.1 | 31,260 | 6/3/2013 |
| 3.2.0 | 9,373 | 6/1/2013 |
| 3.1.0 | 10,970 | 5/26/2013 |
| 3.0.9 | 17,186 | 5/15/2013 |
| 3.0.8 | 39,677 | 4/9/2013 |
| 3.0.7 | 9,203 | 4/6/2013 |
| 3.0.6 | 9,347 | 4/4/2013 |
| 3.0.5 | 9,805 | 4/2/2013 |
| 3.0.3 | 22,479 | 3/16/2013 |
| 3.0.2 | 11,733 | 3/5/2013 |
| 3.0.1 | 156,294 | 3/1/2013 |
| 2.16.2 | 42,772 | 1/27/2013 |
| 2.16.1 | 10,505 | 1/10/2013 |
| 2.16.0 | 14,311 | 1/6/2013 |
| 2.15.6 | 8,664 | 1/4/2013 |
| 2.15.5 | 16,604 | 12/7/2012 |
| 2.15.4 | 9,510 | 11/30/2012 |
| 2.15.3 | 8,760 | 11/29/2012 |
| 2.15.2 | 10,550 | 11/22/2012 |
| 2.15.1 | 8,848 | 11/21/2012 |
| 2.15.0 | 8,830 | 11/21/2012 |
| 2.14.1 | 9,219 | 11/19/2012 |
| 2.14.0 | 8,974 | 11/14/2012 |
| 2.13.5 | 11,610 | 11/9/2012 |
| 2.13.4 | 12,137 | 10/31/2012 |
| 2.13.3 | 16,749 | 10/9/2012 |
| 2.13.0 | 6,245 | 10/2/2012 |
| 2.12.1 | 5,219 | 9/30/2012 |
| 2.12.0 | 33,153 | 7/28/2012 |
| 2.11.4 | 16,539 | 7/4/2012 |
| 2.11.3 | 8,615 | 7/3/2012 |
| 2.11.2 | 9,121 | 6/24/2012 |
| 2.11.1 | 12,272 | 5/26/2012 |
| 2.11.0 | 18,671 | 5/6/2012 |
| 2.10.0 | 26,869 | 4/10/2012 |
| 2.9.2 | 12,734 | 3/7/2012 |
| 2.9.1 | 14,223 | 2/20/2012 |
| 2.9.0 | 8,742 | 2/19/2012 |
| 2.8.0 | 11,175 | 1/29/2012 |
| 2.7.2 | 14,814 | 12/28/2011 |
| 2.7.1 | 8,977 | 12/16/2011 |
| 2.7.0 | 9,547 | 12/12/2011 |
| 2.6.0 | 7,646 | 12/8/2011 |
| 2.5.2 | 7,944 | 12/8/2011 |
| 2.5.1 | 7,966 | 12/2/2011 |
| 2.5.0 | 7,945 | 12/1/2011 |
| 2.4.1 | 16,829 | 10/1/2011 |
| 2.4.0 | 8,111 | 9/18/2011 |
| 2.3.2 | 8,060 | 9/12/2011 |
| 2.3.1 | 7,915 | 9/11/2011 |
| 2.2.45 | 7,836 | 9/9/2011 |
| 2.2.44 | 11,259 | 9/6/2011 |
| 2.1.0 | 8,763 | 5/4/2011 |
| 2.0.0 | 153,777 | 2/1/2011 |