Soenneker.AutoFaker.Overrides.Entity
4.0.862
Prefix Reserved
dotnet add package Soenneker.AutoFaker.Overrides.Entity --version 4.0.862
NuGet\Install-Package Soenneker.AutoFaker.Overrides.Entity -Version 4.0.862
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.AutoFaker.Overrides.Entity" Version="4.0.862" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.AutoFaker.Overrides.Entity" Version="4.0.862" />
<PackageReference Include="Soenneker.AutoFaker.Overrides.Entity" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.AutoFaker.Overrides.Entity --version 4.0.862
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.AutoFaker.Overrides.Entity, 4.0.862"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.AutoFaker.Overrides.Entity@4.0.862
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.AutoFaker.Overrides.Entity&version=4.0.862
#tool nuget:?package=Soenneker.AutoFaker.Overrides.Entity&version=4.0.862
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.AutoFaker.Overrides.Entity
An AutoFaker override that provides identity and audit fields for Entity models.
Installation
dotnet add package Soenneker.AutoFaker.Overrides.Entity
Usage
using Soenneker.AutoFaker.Overrides.Entity;
using Soenneker.Utils.AutoBogus;
var autoFaker = new AutoFaker();
autoFaker.Config.Overrides = [new EntityOverride()];
CustomerEntity entity = autoFaker.Generate<CustomerEntity>();
The override applies to Entity and derived types. It assigns a GUID string to Id and uses one current UTC timestamp for both CreatedAt and ModifiedAt. Put a more specific matching override later in the configuration if it should replace these defaults.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Soenneker.Entities.Entity (>= 4.0.697)
- Soenneker.Utils.AutoBogus (>= 4.0.934)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.862 | 0 | 8/30/2026 |
| 4.0.861 | 0 | 8/30/2026 |
| 4.0.860 | 0 | 8/30/2026 |
| 4.0.859 | 0 | 8/29/2026 |
| 4.0.857 | 20 | 8/29/2026 |
| 4.0.856 | 50 | 8/27/2026 |
| 4.0.855 | 56 | 8/26/2026 |
| 4.0.854 | 212 | 8/13/2026 |
| 4.0.853 | 94 | 8/12/2026 |
| 4.0.852 | 110 | 7/29/2026 |
| 4.0.851 | 102 | 7/28/2026 |
| 4.0.850 | 95 | 7/28/2026 |
| 4.0.849 | 100 | 7/28/2026 |
| 4.0.848 | 97 | 7/28/2026 |
| 4.0.847 | 99 | 7/27/2026 |
| 4.0.846 | 112 | 7/17/2026 |
| 4.0.845 | 112 | 7/17/2026 |
| 4.0.844 | 107 | 7/16/2026 |
| 4.0.843 | 100 | 7/16/2026 |
| 4.0.842 | 102 | 7/16/2026 |
Loading failed
Update dependency Soenneker.Utils.AutoBogus to 4.0.933 (#1405)