Carbon.Domain.EntityFrameworkCore 3.1.6

dotnet add package Carbon.Domain.EntityFrameworkCore --version 3.1.6
NuGet\Install-Package Carbon.Domain.EntityFrameworkCore -Version 3.1.6
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.Domain.EntityFrameworkCore" Version="3.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carbon.Domain.EntityFrameworkCore --version 3.1.6
#r "nuget: Carbon.Domain.EntityFrameworkCore, 3.1.6"
#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.Domain.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=Carbon.Domain.EntityFrameworkCore&version=3.1.6

// Install Carbon.Domain.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=Carbon.Domain.EntityFrameworkCore&version=3.1.6

- 3.1.6
* WhereContains extension method bug resolved

- 3.1.5
* Upgrade Carbon.PagedList (Remove pageSize and pageNumber validation check)

- 3.1.3
* Added new extension method to EFExtensions (ToPagedListEntityFilteredWithSolution, ToPagedListEntityAsync, WhereContains)

- 3.1.2
* Refactor ownership filtering logic; include 'OwnerType.None' in conditions for more comprehensive permission assessment.

- 3.1.1
* Fixed EFExtensions FirstOrDefaultEntity methods. Null check condition is added for the Relation object

- 3.1.0
* Added a new method(RemoveSolutions) to remove from EntitySolutionRelation during the DeleteBulk process

- 3.0.0
* Dotnet 6 and EntityFrameworkCore 6 support added.

- 2.5.1
*ConnectToSolution method on repositoryBase now allows entities to be removed from any solutions altogether.

- 2.5.0
*SoftDeleteConstraint which checks entity relations on soft delete, added

- 2.4.1
*Removed unnecessary and problematical usings

-2.4.0
*Read-Only Context and Repository support added in order to implement CQRS over replicated SQL servers

-2.3.8
*Some performance improvements on Tenant Management EF Extensions and bug fixes
-2.3.0
*IEnumerable extensions added for Tenant Management EF Extensions
-2.2.0
*EFTenantManagetTenantRepository Added for ITenantRepository supported repos

-2.1.1
*FilteredIndex Error on EntitySolutionRelation in PostgreSQL mitigated

-2.1.0
* Compatible with Carbon.WebApplication Goduser feature

-2.0.0
* Entity Framework Core 5 support added.

ExecuteProcedureSql added 1.2.8
UpdatedDate,deletedDate set for soft deletion 1.2.6

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 (1)

Showing the top 1 NuGet packages that depend on Carbon.Domain.EntityFrameworkCore:

Package Downloads
Carbon.WebApplication.EntityFrameworkCore

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.6 300 3/28/2024
3.1.5 207 3/25/2024
3.1.4 139 3/21/2024
3.1.3 136 3/21/2024
3.1.3-preview 141 3/20/2024
3.1.2 953 1/15/2024
3.1.1 1,540 10/30/2023
3.1.0 1,049 7/17/2023
3.0.0 7,670 8/11/2022
2.5.1 1,186 7/6/2022
2.5.0 2,906 5/12/2022