Bogus.Tools.Analyzer
35.3.2
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package Bogus.Tools.Analyzer --version 35.3.2
NuGet\Install-Package Bogus.Tools.Analyzer -Version 35.3.2
<PackageReference Include="Bogus.Tools.Analyzer" Version="35.3.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Bogus.Tools.Analyzer" Version="35.3.2" />
<PackageReference Include="Bogus.Tools.Analyzer"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Bogus.Tools.Analyzer --version 35.3.2
#r "nuget: Bogus.Tools.Analyzer, 35.3.2"
#:package Bogus.Tools.Analyzer@35.3.2
#addin nuget:?package=Bogus.Tools.Analyzer&version=35.3.2
#tool nuget:?package=Bogus.Tools.Analyzer&version=35.3.2
Auto generate Bogus Faker[T].RuleFor() rules in C# with this Roslyn analyzer and code fixer. This is a premium feature and requires an active subscription.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Bogus.Tools.Analyzer:
| Repository | Stars |
|---|---|
|
brunobritodev/awesome-github-stats
🚀 Show everyone how amazing you are! Stay motivated and display your total contributions and level on your GitHub profile README
|
|
|
brunobritodev/AspNetCore.IQueryable.Extensions
LINQ extensions to help build IQueryAble Expressions
|
| Version | Downloads | Last Updated |
|---|---|---|
| 35.6.5 | 13,105 | 10/26/2025 |
| 35.6.4 | 1,380 | 9/26/2025 |
| 35.6.3 | 8,987 | 4/12/2025 |
| 35.6.2 | 1,687 | 2/21/2025 |
| 35.6.1 | 37,359 | 9/2/2024 |
| 35.6.0.11 | 267 | 9/2/2024 |
| 35.6.0 | 5,953 | 7/19/2024 |
| 35.5.1 | 10,114 | 4/28/2024 |
| 35.5.0 | 7,903 | 3/9/2024 |
| 35.4.1 | 1,553 | 3/2/2024 |
| 35.4.0 | 3,598 | 1/14/2024 |
| 35.3.2 | 341 | 1/14/2024 |
| 35.3.1 | 367 | 1/13/2024 |
| 35.3.0 | 2,226 | 1/1/2024 |
| 35.2.0 | 435 | 12/26/2023 |
| 35.0.1 | 987 | 12/12/2023 |
| 34.0.2.9 | 3,637 | 10/14/2023 |
| 34.0.2 | 132,388 | 3/27/2022 |
| 34.0.1 | 7,152 | 11/23/2021 |
## v9
Release Date: 2023-10-14
* Set ConfigureGeneratedCodeAnalysis(GeneratedCodeAnalysisFlags.None) for `Bogus.Tools.Analyzer`.
* Issue 505: Add missing Faker.Tv() extension method for `Bogus.Hollywood` TV data set.
## v8
Release Date: 2020-02-07
* Added airport name, city, country, ICAO, and IATA codes to `Bogus.Locations`.
## v7
Release Date: 2019-06-28
* Issue 230: Fixed exception in `Bogus.Tools.Analyzer` that occurred if methods other than `.RuleFor` were found after `new Faker<T>()`.
## v6
Release Date: 2019-05-28
* New ICD-10 2019 `Bogus.Healthcare` codes added.
* Optimization in assembly resource loading `Bogus.Healthcare` to speed up performance.
## v5
Release Date: 2019-04-26
* Issue 217: Make `Bogus.Tools.Analyzer` work with derived types of `Faker<T>` like `MyFaker<T> : Faker<T>`. Useful for scenarios that derive from Nick Dodd's `AutoFaker<T>`.
Full History Here: https://github.com/bchavez/Bogus/blob/master/HISTORY.md