Carbon.ExceptionHandling.Abstractions 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Carbon.ExceptionHandling.Abstractions --version 1.2.2
NuGet\Install-Package Carbon.ExceptionHandling.Abstractions -Version 1.2.2
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.ExceptionHandling.Abstractions" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carbon.ExceptionHandling.Abstractions --version 1.2.2
#r "nuget: Carbon.ExceptionHandling.Abstractions, 1.2.2"
#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.ExceptionHandling.Abstractions as a Cake Addin
#addin nuget:?package=Carbon.ExceptionHandling.Abstractions&version=1.2.2

// Install Carbon.ExceptionHandling.Abstractions as a Cake Tool
#tool nuget:?package=Carbon.ExceptionHandling.Abstractions&version=1.2.2

1.2.2
- Newtonsoft dependency updated
1.2.1
- Added arguments to CarbonException methods using SerializedModel
1.2.0
- CarbonValidator moved to CarbonWebApplication and FluentValidation dependency removed
1.1.5
- Exception Messages Added
1.1.4
- Json serialize object reference loop handling ignore.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.ExceptionHandling.Abstractions:

Package Downloads
Carbon.WebApplication

4.5.3 - Upgrade Carbon.PagedList (Remove pageSize and pageNumber validation check) 4.5.2 - Updated Carbon.Common nuget package (Added StringExtensions class with ReplaceTurkishChars and ContainsTurkishIgnoreCase methods) 4.5.0 - Degraded health check HTTP status code changed as custom 218 (This Is Fine) status code. Because even if system is degraed it should be working normally, so returning 5XX status code is not right for degraded state. 4.4.1 - Cors should come first before authentication and authorization in startup pipeline 4.4.0 - Carbon.Common updated and Serilog.Enrichers.Sensitive Enricher added for masking sensitive values within logs. 4.3.0 - OwnershipFilter check now disregards solution id header during endpoint permission check 4.2.1 - UnauthorizedOperationException response body is fixed 4.2.0 - UnauthorizedOperationException handling is added 4.1.9 - Carbon.Common updated and IQueryable OrderBy extension method bug fixed 4.1.8 - Carbon.Common updated and nested ordering achieved 4.1.7 - Add CorrelationId to log OnException 4.1.6 - Cors Policy changes(Location parameter is added to WithExposedHeaders) 4.1.5 - ApiPagedResponse is added for PagedListOk. 4.1.4 - Some dependencies updated. 4.1.3 - Cors Allow Credentials support added with any origin accepted - Cors Wildcards accepted 4.1.1 - CarbonException messages are take arguments for dynamic exception messages 4.1.0 - Critical bug fixed for Directory separator char to specific platform (Windows,Linux) 4.0.0 - Carbon now supports Dotnet 6 in terms of both minimal and not minimal - Fluent Validation Upgraded - Swagger Upgraded - BodyRewind deprecated, thus RoleFilteredDto is now unsupported as it is unnecessary just after repository-level validation introduced - Some Performance Improvements

Carbon.Domain.EntityFrameworkCore

- 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

Carbon.WebApplication.SolutionService

-2.9.3 - MenuItems field added to SolutionCreationRequest -2.9.2 - IsDynamic solution flag is added - 2.9.0 - MultiTarget framework support (.net3.1 - 5 - 6) rather than being previously single target with .NetStandard 2.0 which is outdated -Works with MassTransit 3.9.0 -2.8.0 - Works with MassTransit 3.7.2 version which supports quorum queues as well as this package supports quorum queues as of this version -2.7.1 - Carbon.Domain.Messages updated from 1.8.0 to 1.9.18 for Solution model Uri prop -2.7.0 - Critical bug fixed for Directory separator char to specific platform (Windows,Linux) -2.6.0 - Critical bug fixed for SolutionRegistration when there is no default MassTransit usage - Some Performance Improvements-2.6.0 - Critical bug fixed for SolutionRegistration when there is no default MassTransit usage - Some Performance Improvements -2.5.0 - Uses latest Masstransit version which is 7.3.x - Uses MultiBus instead of SingleBus while registering solution or subscribing tenant featureset notifications - Compatible with Carbon.MassTransit > 3.4.x - Improved Performance and Health Monitorable - Each SubscriptionToFeatureSetNotification Requires a bus interface derived from IBus -2.1.4 - Consumer added as a scoped -2.1.1 - Enables featureset notification to the subscribers when a tenant is assigned with -2.0.3 Works with CarbonException Handling 1.2.0 -2.0.2 Supports Masstransit 7.1.x and Carbon.MassTransit 3.0.4 -2.0.1 Supports Masstransit 7.1.x and Carbon.MassTransit 3.0.2 -1.0.23 Supports MassTransit 6.2.3 and Carbon.MassTransit 2.0.8

Carbon.TimeScaleDb.EntityFrameworkCore

1.2.0 - Added CancellationToken to all applicable methods in ITimeSeriesEntityRepository 1.1.6 - TimeScaleDb converts to existing tables to hypertables by migrating data 1.1.3 -TimeScaleDb is disabled when no connection string found 1.1.0 - TimeScaleDb extension is now automatically enabled on the given database during migration 1.0.5 - Brings native EntityFramework Core support to TimeScaleDb as if you are using an SQL Database. Implements TimescaleDb logic based-on abstraction of Carbon.TimeSeriesDb.Abstractions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 9,549 10/27/2023
1.2.2 17,765 11/28/2022
1.2.1 7,171 10/26/2022
1.2.0 30,917 5/12/2022