ZibStack.NET.EntityFramework
1.8.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ZibStack.NET.EntityFramework --version 1.8.0
NuGet\Install-Package ZibStack.NET.EntityFramework -Version 1.8.0
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="ZibStack.NET.EntityFramework" Version="1.8.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZibStack.NET.EntityFramework" Version="1.8.0" />
<PackageReference Include="ZibStack.NET.EntityFramework"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 ZibStack.NET.EntityFramework --version 1.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ZibStack.NET.EntityFramework, 1.8.0"
#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 ZibStack.NET.EntityFramework@1.8.0
#: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=ZibStack.NET.EntityFramework&version=1.8.0
#tool nuget:?package=ZibStack.NET.EntityFramework&version=1.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ZibStack.NET.EntityFramework
EF Core integration for ZibStack.NET.Dto CRUD API — auto-generates EfCrudStore implementations and DI registration from your DbContext.
Install
dotnet add package ZibStack.NET.EntityFramework
Quick Start
[GenerateCrudStores]
public class AppDbContext : DbContext
{
public DbSet<Player> Players => Set<Player>();
public AppDbContext(DbContextOptions<AppDbContext> options) : base(options) { }
}
// Program.cs
builder.Services.AddAppDbContextCrudStores(); // auto-generated!
app.MapPlayerEndpoints(); // auto-generated by ZibStack.NET.Dto
Documentation
Full documentation: mistykuu.github.io/ZibStack.NET/packages/entityframework/
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
|---|---|---|
| 2.7.1 | 0 | 4/16/2026 |
| 2.7.0 | 0 | 4/16/2026 |
| 2.6.1 | 0 | 4/16/2026 |
| 2.6.0 | 0 | 4/16/2026 |
| 2.5.9 | 0 | 4/16/2026 |
| 2.5.8 | 0 | 4/16/2026 |
| 2.5.7 | 0 | 4/16/2026 |
| 2.5.6 | 0 | 4/16/2026 |
| 2.5.5 | 0 | 4/16/2026 |
| 2.5.2 | 3 | 4/16/2026 |
| 2.5.1 | 22 | 4/16/2026 |
| 2.5.0 | 38 | 4/15/2026 |
| 2.4.3 | 26 | 4/16/2026 |
| 2.4.0 | 39 | 4/15/2026 |
| 2.3.1 | 39 | 4/14/2026 |
| 2.3.0 | 34 | 4/14/2026 |
| 2.2.4 | 35 | 4/14/2026 |
| 2.2.3 | 48 | 4/14/2026 |
| 2.2.2 | 33 | 4/14/2026 |
| 1.8.0 | 85 | 4/8/2026 |
Loading failed