Akay.To.EF.SqlServer
1.0.5
dotnet add package Akay.To.EF.SqlServer --version 1.0.5
NuGet\Install-Package Akay.To.EF.SqlServer -Version 1.0.5
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="Akay.To.EF.SqlServer" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akay.To.EF.SqlServer" Version="1.0.5" />
<PackageReference Include="Akay.To.EF.SqlServer" />
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 Akay.To.EF.SqlServer --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Akay.To.EF.SqlServer, 1.0.5"
#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 Akay.To.EF.SqlServer@1.0.5
#: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=Akay.To.EF.SqlServer&version=1.0.5
#tool nuget:?package=Akay.To.EF.SqlServer&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Akay.To.EF.SqlServer
Proveedor de Entity Framework Core para SQL Server, sobre Akay.To.EF. Depende de Akay.To.Core y Akay.To.EF.
¿Para qué sirve?
Para registrar un DbContext de Akay.To.EF (con sus interceptores, Unit of Work, multi-tenancy y settings) usando SQL Server como proveedor, con retry de resiliencia incluido.
Funcionalidades
AddSqlServerEFContext<TContext>()— registra un DbContext sin multi-tenancyAddTenantSqlServerEFContext<TContext, TTenantId>()— registra un DbContext multi-tenant- Ambas en dos variantes: desde
BaseApplicationSettingso con unaAction<DbContextSettings>inline - Configura
UseSqlServerconApplyDbContextSettings(command timeout, query splitting, interceptores) yEnableRetryOnFailure(conAdditionalErrorNumbers) siResilience.Enabled
Registro
services.AddTenantSqlServerEFContext<AkayDbContext, int>(
settings =>
{
settings.ConnectionString = connectionString;
settings.Interceptors.Auditing = true;
settings.Interceptors.SoftDelete = true;
settings.Interceptors.DomainEvents = true;
});
Changelog
1.0.5
- 2026-09-10
- Mejora de README: descripción, uso y ejemplos (eac53f9)
- feat: Create student with enroll (669e25e)
1.0.4
- 2026-07-28
- chore: bump Akay.To.EF to 1.0.6 (213df22)
1.0.3
- 2026-07-21
- chore: update reference to akay.to.ef due to reorganize packages by capability (53a5e2d)
1.0.2
- 2026-07-19
- Merge branch 'main' of https://github.com/alvarocaballero/akay-to-ef-sqlserver (1bfb26e)
- chore: update akay.to.ef version (0b48db1)
- feature/domainevents-outbox-trackchanges (24c7f59)
1.0.1
- 2026-07-10
- chore: actualizado 1..0.1 (e5c8173)
0.0.2
- 2026-07-03
- Cambio en README.md (74dda8d)
| 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
- Akay.To.EF (>= 1.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.