Carbon.WebApplication
4.5.6
dotnet add package Carbon.WebApplication --version 4.5.6
NuGet\Install-Package Carbon.WebApplication -Version 4.5.6
<PackageReference Include="Carbon.WebApplication" Version="4.5.6" />
paket add Carbon.WebApplication --version 4.5.6
#r "nuget: Carbon.WebApplication, 4.5.6"
// Install Carbon.WebApplication as a Cake Addin #addin nuget:?package=Carbon.WebApplication&version=4.5.6 // Install Carbon.WebApplication as a Cake Tool #tool nuget:?package=Carbon.WebApplication&version=4.5.6
4.5.6
- Added a property named overrideMessageAndCode to the CarbonException class. The default value of this property is set to true. In the constructor of CarbonException, check this property to determine whether the message and code are overridden or not.
- Update IPageableDto validator for assign PageSize 0. When PageSize 0 the datas returns without pagination with development in version 4.5.3.
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
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.1 is compatible. |
-
.NETCoreApp 3.1
- AspNetCore.HealthChecks.UI.Client (>= 3.1.0)
- Carbon.Common (>= 1.5.1)
- Carbon.ExceptionHandling.Abstractions (>= 1.3.1)
- Carbon.HttpClient (>= 1.0.10)
- Carbon.HttpClient.Auth (>= 1.0.3)
- Carbon.PagedList (>= 1.1.4)
- Carbon.Serilog (>= 1.0.0)
- FluentValidation.AspNetCore (>= 11.0.3)
- HybridModelBinding (>= 0.17.0)
- IdentityModel (>= 4.0.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.31)
- Microsoft.AspNetCore.HeaderPropagation (>= 3.1.1)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.2)
- Microsoft.Extensions.DependencyInjection (>= 3.1.12)
- Microsoft.OpenApi (>= 1.3.2)
- Newtonsoft.Json (>= 13.0.2)
- Serilog.AspNetCore (>= 3.2.0)
- Serilog.Sinks.Console (>= 3.1.1)
- Serilog.Sinks.File (>= 4.1.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
- Swashbuckle.AspNetCore.Annotations (>= 6.4.0)
- Swashbuckle.AspNetCore.Swagger (>= 6.4.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.4.0)
- Winton.Extensions.Configuration.Consul (>= 3.0.0)
- zipkin4net (>= 1.5.0)
- zipkin4net.middleware.aspnetcore (>= 1.5.0)
-
net5.0
- AspNetCore.HealthChecks.UI.Client (>= 3.1.0)
- Carbon.Common (>= 1.5.1)
- Carbon.ExceptionHandling.Abstractions (>= 1.3.1)
- Carbon.HttpClient (>= 1.0.10)
- Carbon.HttpClient.Auth (>= 1.0.3)
- Carbon.PagedList (>= 1.1.4)
- Carbon.Serilog (>= 1.0.0)
- FluentValidation.AspNetCore (>= 11.0.3)
- HybridModelBinding (>= 0.17.0)
- IdentityModel (>= 4.0.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.31)
- Microsoft.AspNetCore.HeaderPropagation (>= 3.1.1)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.2)
- Microsoft.Extensions.DependencyInjection (>= 3.1.12)
- Microsoft.OpenApi (>= 1.3.2)
- Newtonsoft.Json (>= 13.0.2)
- Serilog.AspNetCore (>= 3.2.0)
- Serilog.Sinks.Console (>= 3.1.1)
- Serilog.Sinks.File (>= 4.1.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
- Swashbuckle.AspNetCore.Annotations (>= 6.4.0)
- Swashbuckle.AspNetCore.Swagger (>= 6.4.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.4.0)
- Winton.Extensions.Configuration.Consul (>= 3.0.0)
- zipkin4net (>= 1.5.0)
- zipkin4net.middleware.aspnetcore (>= 1.5.0)
-
net6.0
- AspNetCore.HealthChecks.UI.Client (>= 3.1.0)
- Carbon.Common (>= 1.5.1)
- Carbon.ExceptionHandling.Abstractions (>= 1.3.1)
- Carbon.HttpClient (>= 1.0.10)
- Carbon.HttpClient.Auth (>= 1.0.3)
- Carbon.PagedList (>= 1.1.4)
- Carbon.Serilog (>= 1.0.0)
- FluentValidation.AspNetCore (>= 11.0.3)
- HybridModelBinding (>= 0.17.0)
- IdentityModel (>= 4.0.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.31)
- Microsoft.AspNetCore.HeaderPropagation (>= 3.1.1)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.2)
- Microsoft.Extensions.DependencyInjection (>= 3.1.12)
- Microsoft.OpenApi (>= 1.3.2)
- Newtonsoft.Json (>= 13.0.2)
- Serilog.AspNetCore (>= 3.2.0)
- Serilog.Sinks.Console (>= 3.1.1)
- Serilog.Sinks.File (>= 4.1.0)
- Swashbuckle.AspNetCore (>= 6.4.0)
- Swashbuckle.AspNetCore.Annotations (>= 6.4.0)
- Swashbuckle.AspNetCore.Swagger (>= 6.4.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.4.0)
- Winton.Extensions.Configuration.Consul (>= 3.0.0)
- zipkin4net (>= 1.5.0)
- zipkin4net.middleware.aspnetcore (>= 1.5.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Carbon.WebApplication:
Package | Downloads |
---|---|
Carbon.WebApplication.Grpc
3.2.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. 3.1.0 - Carbon.Common updated and Serilog.Enrichers.Sensitive Enricher added for masking sensitive values within logs. 3.0.2 - Cors Policy changes(Location parameter is added to WithExposedHeaders) 3.0.1 - Not a RC anymore - Cors Allow Credentials support added 3.0.0-preview - Dotnet 6 support with minimal and not minimal api added 2.5.1 -NetCore 3.1 target framework added 2.5.0 -Major bug fixed for UI Authorized request 401 error. Startup changed. 2.4.3 - Bearer Interceptor Included as default 2.3.0 - Can inject Interceptor as ctor parameter 2.2.10 - GRPC Web supported 2.2.6 - GRPC Extension for Carbon.WebApplication |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.5.6 | 209 | 9/27/2024 |
4.5.4 | 402 | 5/31/2024 |
4.5.3 | 570 | 3/25/2024 |
4.5.2 | 286 | 3/21/2024 |
4.5.1-preview | 241 | 3/20/2024 |
4.5.0 | 1,870 | 2/14/2024 |
4.4.1 | 1,703 | 1/16/2024 |
4.4.0 | 2,452 | 11/20/2023 |
4.3.0 | 1,858 | 11/7/2023 |
4.2.1 | 2,297 | 10/27/2023 |
4.2.0 | 1,988 | 10/27/2023 |
4.1.9 | 3,450 | 8/17/2023 |
4.1.8 | 2,384 | 8/15/2023 |
4.1.7 | 3,268 | 4/27/2023 |
4.1.6 | 2,836 | 4/20/2023 |
4.1.5 | 6,691 | 12/21/2022 |
4.1.4 | 3,376 | 11/28/2022 |
4.1.3 | 2,893 | 11/17/2022 |
4.1.2 | 2,875 | 11/14/2022 |
4.1.1 | 4,148 | 10/26/2022 |
4.1.0 | 3,604 | 10/5/2022 |
4.0.0 | 3,815 | 8/23/2022 |
4.0.0-preview | 2,720 | 8/10/2022 |
3.7.0 | 3,311 | 7/21/2022 |
3.6.0 | 3,055 | 6/30/2022 |
3.5.0 | 2,869 | 6/28/2022 |
3.4.5 | 2,859 | 6/23/2022 |
3.4.4 | 4,144 | 5/12/2022 |