![]() |
VOOZH | about |
dotnet add package Carbon.WebApplication.EntityFrameworkCore --version 2.5.6
NuGet\Install-Package Carbon.WebApplication.EntityFrameworkCore -Version 2.5.6
<PackageReference Include="Carbon.WebApplication.EntityFrameworkCore" Version="2.5.6" />
<PackageVersion Include="Carbon.WebApplication.EntityFrameworkCore" Version="2.5.6" />Directory.Packages.props
<PackageReference Include="Carbon.WebApplication.EntityFrameworkCore" />Project file
paket add Carbon.WebApplication.EntityFrameworkCore --version 2.5.6
#r "nuget: Carbon.WebApplication.EntityFrameworkCore, 2.5.6"
#:package Carbon.WebApplication.EntityFrameworkCore@2.5.6
#addin nuget:?package=Carbon.WebApplication.EntityFrameworkCore&version=2.5.6Install as a Cake Addin
#tool nuget:?package=Carbon.WebApplication.EntityFrameworkCore&version=2.5.6Install as a Cake Tool
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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 4 NuGet packages that depend on Carbon.WebApplication.EntityFrameworkCore:
| Package | Downloads |
|---|---|
|
Carbon.Quartz.Migrate.Context
1.4.2 - Carbon.Common version update 1.4.1 - Nuget package version fixed. 1.4.0 - Dependent Carbon.Domain packages updated. 1.3.2 - Dotnet 8.0 target framework added, older versions removed 1.2.0 - Quartz Persistence handled in this context, if you have persistency use this package |
|
|
Carbon.Quartz
1.5.2 - Carbon.Common version update 1.5.1 - Nuget package version fixed. 1.5.0 - Dependent Carbon.Domain packages updated. 1.4.2 - Dotnet 8.0 target framework added, older versions removed 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.PostgreSQL
1.4.2 - Carbon.Common version update 1.4.1 - Nuget package version fixed. 1.4.0 - Dependent Carbon.Domain packages updated. 1.3.2 - Dotnet 8.0 target framework added, older versions removed 1.2.0 - Quartz PostgreSQL Persistency auto migrator |
|
|
Carbon.Quartz.Migrate.MSSQL
1.4.2 - Carbon.Common version update 1.4.1 - Nuget package version fixed. 1.4.0 - Dependent Carbon.Domain packages updated. 1.3.2 - Dotnet 8.0 target framework added, older versions removed 1.2.0 - Quartz MSSQL Persistency auto migrator |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.5.6 | 238 | 5/20/2026 |
| 2.5.5 | 208 | 5/11/2026 |
| 2.5.4 | 114 | 5/11/2026 |
| 2.5.3 | 115 | 5/6/2026 |
| 2.5.2 | 315 | 4/17/2026 |
| 2.5.0 | 6,678 | 12/23/2024 |
| 2.4.2 | 386 | 12/19/2024 |
| 2.3.5 | 850 | 3/28/2024 |
| 2.3.4 | 353 | 3/25/2024 |
| 2.3.3 | 1,047 | 1/15/2024 |
| 2.3.2 | 1,345 | 10/30/2023 |
| 2.3.1 | 6,118 | 12/5/2022 |
| 2.3.0 | 970 | 12/5/2022 |
| 2.2.0 | 3,967 | 8/11/2022 |
| 2.1.0 | 2,751 | 5/12/2022 |