Carbon.WebApplication.EntityFrameworkCore
2.3.5
dotnet add package Carbon.WebApplication.EntityFrameworkCore --version 2.3.5
NuGet\Install-Package Carbon.WebApplication.EntityFrameworkCore -Version 2.3.5
<PackageReference Include="Carbon.WebApplication.EntityFrameworkCore" Version="2.3.5" />
paket add Carbon.WebApplication.EntityFrameworkCore --version 2.3.5
#r "nuget: Carbon.WebApplication.EntityFrameworkCore, 2.3.5"
// Install Carbon.WebApplication.EntityFrameworkCore as a Cake Addin #addin nuget:?package=Carbon.WebApplication.EntityFrameworkCore&version=2.3.5 // Install Carbon.WebApplication.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Carbon.WebApplication.EntityFrameworkCore&version=2.3.5
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- AspNetCore.HealthChecks.NpgSql (>= 5.0.2)
- AspNetCore.HealthChecks.SqlServer (>= 5.0.3)
- Carbon.Domain.EntityFrameworkCore (>= 3.1.6)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- System.Runtime.Loader (>= 4.3.0)
-
net5.0
- AspNetCore.HealthChecks.NpgSql (>= 5.0.2)
- AspNetCore.HealthChecks.SqlServer (>= 5.0.3)
- Carbon.Domain.EntityFrameworkCore (>= 3.1.6)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- System.Runtime.Loader (>= 4.3.0)
-
net6.0
- AspNetCore.HealthChecks.NpgSql (>= 5.0.2)
- AspNetCore.HealthChecks.SqlServer (>= 5.0.3)
- Carbon.Domain.EntityFrameworkCore (>= 3.1.6)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- System.Runtime.Loader (>= 4.3.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Carbon.WebApplication.EntityFrameworkCore:
Package | Downloads |
---|---|
Carbon.Quartz.Migrate.Context
Quartz Persistence handled in this context, if you have persistency use this package |
|
Carbon.Quartz
1.3.0 - Job Delete added to service - QuartzService auto registered when AddQuartzScheduler used - Scheduler now can be retrieved for purpose of raw Quartz usage instead of QuartzService based usage 1.2.0 - Added EF Core 6 support Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems. This quartz package may be a cumbersome when it is used for the first time. So that, this package wrapped properly to run in Kubernetes without breaking 1-click deployment rules and with HA and resilience. |
|
Carbon.Quartz.Migrate.MSSQL
Quartz MSSQL Persistency auto migrator |
|
Carbon.Quartz.Migrate.PostgreSQL
Quartz PostgreSQL Persistency auto migrator |
GitHub repositories
This package is not used by any popular GitHub repositories.