TCJ.EntityFrameworkCore.SqlServer
0.1.0-preview.4
dotnet add package TCJ.EntityFrameworkCore.SqlServer --version 0.1.0-preview.4
NuGet\Install-Package TCJ.EntityFrameworkCore.SqlServer -Version 0.1.0-preview.4
<PackageReference Include="TCJ.EntityFrameworkCore.SqlServer" Version="0.1.0-preview.4" />
<PackageVersion Include="TCJ.EntityFrameworkCore.SqlServer" Version="0.1.0-preview.4" />
<PackageReference Include="TCJ.EntityFrameworkCore.SqlServer" />
paket add TCJ.EntityFrameworkCore.SqlServer --version 0.1.0-preview.4
#r "nuget: TCJ.EntityFrameworkCore.SqlServer, 0.1.0-preview.4"
#:package TCJ.EntityFrameworkCore.SqlServer@0.1.0-preview.4
#addin nuget:?package=TCJ.EntityFrameworkCore.SqlServer&version=0.1.0-preview.4&prerelease
#tool nuget:?package=TCJ.EntityFrameworkCore.SqlServer&version=0.1.0-preview.4&prerelease
TCJ.EntityFrameworkCore.SqlServer
TCJ.EntityFrameworkCore.SqlServer connects TCJ's provider-independent EF Core infrastructure to Microsoft SQL Server. It provides SQL Server registration, resilient provider options, rowversion conventions, SQL Server health checks, and provider-specific transactional-outbox behavior.
Install
dotnet add package TCJ.EntityFrameworkCore.SqlServer --prerelease
TCJ Framework is currently pre-1.0. Pin the exact preview version used by your application when reproducibility matters.
Highlights
AddTcjSqlServer<TDbContext>registration for SQL Server-backed applications.- Bounded SQL Server retry/execution-strategy configuration.
- Rowversion conventions for optimistic concurrency.
- SQL Server connectivity and migration-readiness health checks.
- Provider-specific transactional-outbox claiming and processing behavior.
- Experimental Native AOT support, subject to EF Core and SQL Server provider limitations.
Example
using TCJ.EntityFrameworkCore.SqlServer.Extensions;
services.AddTcjSqlServer<AppDbContext>(connectionString);
Dependencies
This package builds on TCJ.Core and TCJ.EntityFrameworkCore and uses the Microsoft SQL Server EF Core provider.
Documentation
- TCJ.EntityFrameworkCore.SqlServer package documentation
- Auditing, soft delete, and rowversion guide
- SQL Server integration testing
- Resilience
- Transactional outbox
- Repository
- Issues
License
TCJ Framework is licensed under GNU LGPL v3.0 only (LGPL-3.0-only). See the repository license for details.
| 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- TCJ.Core (>= 0.1.0-preview.4)
- TCJ.EntityFrameworkCore (>= 0.1.0-preview.4)
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 |
|---|---|---|
| 0.1.0-preview.4 | 2,846 | 9/1/2026 |
| 0.1.0-preview.3 | 2,078 | 8/16/2026 |
| 0.1.0-preview.2 | 237 | 8/15/2026 |
| 0.1.0-preview.1 | 1,679 | 8/2/2026 |
TCJ Framework preview release. Public APIs may change before 1.0.0. Changelog: https://github.com/Amir-ESH/TCJ.Framework/blob/main/CHANGELOG.md