Carbon.Domain.EntityFrameworkCore
3.1.6
See the version list below for details.
dotnet add package Carbon.Domain.EntityFrameworkCore --version 3.1.6
NuGet\Install-Package Carbon.Domain.EntityFrameworkCore -Version 3.1.6
<PackageReference Include="Carbon.Domain.EntityFrameworkCore" Version="3.1.6" />
paket add Carbon.Domain.EntityFrameworkCore --version 3.1.6
#r "nuget: Carbon.Domain.EntityFrameworkCore, 3.1.6"
// 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 | 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
- Carbon.Domain.Abstractions (>= 1.5.0)
- Carbon.ExceptionHandling.Abstractions (>= 1.3.0)
- Carbon.PagedList (>= 1.1.3)
- Microsoft.EntityFrameworkCore (>= 5.0.7)
- Microsoft.EntityFrameworkCore.Relational (>= 5.0.7)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.7)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 5.0.7)
-
net5.0
- Carbon.Domain.Abstractions (>= 1.5.0)
- Carbon.ExceptionHandling.Abstractions (>= 1.3.0)
- Carbon.PagedList (>= 1.1.3)
- Microsoft.EntityFrameworkCore (>= 5.0.7)
- Microsoft.EntityFrameworkCore.Relational (>= 5.0.7)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.7)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 5.0.7)
-
net6.0
- Carbon.Domain.Abstractions (>= 1.5.0)
- Carbon.ExceptionHandling.Abstractions (>= 1.3.0)
- Carbon.PagedList (>= 1.1.3)
- Microsoft.EntityFrameworkCore (>= 6.0.8)
- Microsoft.EntityFrameworkCore.Relational (>= 6.0.8)
- Microsoft.EntityFrameworkCore.SqlServer (>= 6.0.8)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 6.0.6)
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.3.5 | 287 | 7/18/2024 |
3.3.4 | 87 | 7/18/2024 |
3.3.3 | 122 | 7/11/2024 |
3.3.2 | 88 | 7/11/2024 |
3.3.1 | 75 | 7/10/2024 |
3.3.0 | 92 | 7/8/2024 |
3.2.1 | 320 | 5/13/2024 |
3.2.0 | 106 | 5/10/2024 |
3.1.7 | 126 | 4/29/2024 |
3.1.6 | 1,125 | 3/28/2024 |
3.1.5 | 270 | 3/25/2024 |
3.1.4 | 239 | 3/21/2024 |
3.1.3 | 174 | 3/21/2024 |
3.1.3-preview | 164 | 3/20/2024 |
3.1.2 | 1,566 | 1/15/2024 |
3.1.1 | 1,689 | 10/30/2023 |
3.1.0 | 1,156 | 7/17/2023 |
3.0.0 | 8,718 | 8/11/2022 |
2.5.1 | 1,220 | 7/6/2022 |
2.5.0 | 3,037 | 5/12/2022 |