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
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="Carbon.WebApplication.EntityFrameworkCore" Version="2.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carbon.WebApplication.EntityFrameworkCore --version 2.3.5
#r "nuget: Carbon.WebApplication.EntityFrameworkCore, 2.3.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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.3.5 160 3/28/2024
2.3.4 139 3/25/2024
2.3.3 411 1/15/2024
2.3.2 1,011 10/30/2023
2.3.1 3,489 12/5/2022
2.3.0 770 12/5/2022
2.2.0 2,395 8/11/2022
2.1.0 2,301 5/12/2022