Sign in Sign up
nuget

Carbon.WebApplication.EntityFrameworkCore

2.6.1 Carbon.Audit interceptor registration is now optional and driven by the "CarbonAudit:Enabled" configuration key; DbContext registrations use the service provider overload to resolve the interceptor. 2.6.0 .NET 10 (net10.0) target framework added; existing targets preserved. 2.5.7 Carbon.Audit version update: response error info (ApiStatusCode, ErrorCode, Messages) and DurationMs added to audit events. Carbon.Audit version update: HttpStatusCodeFilter added for HTTP request audit events. 2.5.6 Carbon.Audit version update, adds its own masstransit implementation. 2.5.5 Carbon.Audit version update, token considered sensitive and redacted. 2.5.4 Carbon.Audit version update, HttpAudit added 2.5.3 Carbon.Audit version update 2.5.2 Carbon.Audit package added to support audit logging for database operations. 2.5.1 Carbon.Common version update 2.5.0 Dependent Carbon.Domain packages updated. 2.4.2 Dotnet 8 and EntityFrameworkCore 8 support added. 2.3.5 Upgrade Carbon.Domain.EntityFrameworkCore (WhereContains extension method bug resolved) 2.3.4 Upgrade Carbon.PagedList (Remove pageSize and pageNumber validation check) 2.3.3 Upgrade Carbon.Domain.EntityFramework version (Added OwnerType.None in ownership filter) 2.3.2 Fixed EFExtensions FirstOrDefaultEntity methods. Null check condition is added for the Relation object 2.3.1 Npgsql datetime conversion approach announced as dotnet 6 breaking change defered to a later time, overriding with a AppContext switch to continue using default behaviour 2.2.0 Dotnet 6 and EfCore 6 support added when referenced by Carbon.Domain.EntityFrameworkCore 3.0.0 and Dotnet 6.0 2.1.0 Read-Only Context and Repository added in order to implement CQRS over replicated SQL servers. Simply use AddDatabaseWithReadOnlyReplicaContext method in your startup by passing your readonly context. 2.0.1 Postgre and MSSQL healthcheck mismatch fixed 2.0.0 (Unstable - please update to at least 2.0.1) Entityframework Core 5 support added 1.4.0 (Unstable - please update to at least 2.0.1) Added health check. *** 1.3.0 Database Seeding Support added, Just create a seeder with IContextSeed interface and use app.SeedDatabase by passing your seeder into this method *** 1.2.6 Migration Management Changed (Multiple Migration) Each Migrations should locate under a seperate class library named with {The API Namespace which uses this migration} +{.{Target EF Name [PostgreSQL, MSSQL]}} (e.g. Platform360.AssetManagement.API.PostgreSQL, Platform360.AssetManagement.API.MSSQL) *** PostgreSQL Support Added as of 1.2.0 (Multiple EF Target) - Use ConnectionTarget key in your ConnectionStrings Section [postgresql, mssql] of your Configuration. - Use AddDatabaseContext Carbon extension while adding your dbContext to use the support mentioned above

nuget View on Nuget

Activity

Latest release
1mo ago
Total releases
17
Cadence
~39 days
Last 12 months
7

Details

First release
May 12, 2022
Releases
Version Released
2.6.1 patch
2.6.0 minor
2.5.6 patch
2.5.5 patch
2.5.4 patch
2.5.3 patch
2.5.2 patch
2.5.0 minor
2.4.2 minor
2.3.5 patch
2.3.4 patch
2.3.3 patch
2.3.2 patch
2.3.1 patch
2.3.0 minor
2.2.0 minor
2.1.0 initial