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" />
                    
Directory.Packages.props
<PackageReference Include="Akay.To.EF.SqlServer" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Akay.To.EF.SqlServer&version=1.0.5
                    
Install as a Cake Tool

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-tenancy
  • AddTenantSqlServerEFContext<TContext, TTenantId>() — registra un DbContext multi-tenant
  • Ambas en dos variantes: desde BaseApplicationSettings o con una Action<DbContextSettings> inline
  • Configura UseSqlServer con ApplyDbContextSettings (command timeout, query splitting, interceptores) y EnableRetryOnFailure (con AdditionalErrorNumbers) si Resilience.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

1.0.1

  • 2026-07-10
  • chore: actualizado 1..0.1 (e5c8173)

0.0.2

  • 2026-07-03
  • Cambio en README.md (74dda8d)
Product 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.

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
1.0.5 101 9/10/2026
1.0.4 123 7/28/2026
1.0.3 112 7/21/2026
1.0.2 112 7/19/2026
1.0.1 121 7/10/2026
0.0.2 121 7/3/2026