Carbon.Common
1.7.0
dotnet add package Carbon.Common --version 1.7.0
NuGet\Install-Package Carbon.Common -Version 1.7.0
<PackageReference Include="Carbon.Common" Version="1.7.0" />
<PackageVersion Include="Carbon.Common" Version="1.7.0" />
<PackageReference Include="Carbon.Common" />
paket add Carbon.Common --version 1.7.0
#r "nuget: Carbon.Common, 1.7.0"
#:package Carbon.Common@1.7.0
#addin nuget:?package=Carbon.Common&version=1.7.0
#tool nuget:?package=Carbon.Common&version=1.7.0
1.7.0
- .NET 10 (net10.0) target framework added; existing targets preserved.
1.6.4
- Refactored OrdinatedPageDto to synchronize Orderables and Ordination properties
1.6.3
- Forbidden Type Mapper error fixed
1.6.2
- Added Forbidden Type into ApiStatusCode
1.6.0
- Added OrdinatedPageDto and IOrdinatedPageDto added
1.5.1
- ElasticQueryConstant class is added. It will help the elastic query creation
1.5.0
- Added StringExtensions
1.4.0
- SensitiveDataMasking added to SerilogSettings.
1.3.4
- IQueryable OrderBy extension method bug fixed
1.3.3
- Enhance deep property sorting in OrderBy
- Added case-insensitive property lookup and multi-level access.
1.3.2
- Minor code refactoring, typos
1.3.0
- Reverted default constructor.
1.2.0
- Tenant Management Support Added
1.1.11
- Fixed OrderBy extension issue.
1.1.10
- ErrorCodes removed
1.1.9
- ErrorCodes added
1.1.9
- OrderBy BugFix
1.1.7
- OrderBy BugFix
1.1.6
- ApiResponse parameterless private constructor added for deserialization
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Carbon.Common:
| Package | Downloads |
|---|---|
|
Carbon.WebApplication
4.7.0 - .NET 10 (net10.0) target framework added; existing targets preserved. - On net10.0 the legacy Microsoft.AspNetCore.Mvc 2.2 packages are replaced by the ASP.NET Core shared framework (FrameworkReference); zipkin4net packages (unused in code) are not carried to net10.0. 4.6.21 - Carbon.Audit version update: response error info (ApiStatusCode, ErrorCode, Messages) and DurationMs added to audit events. - Carbon.Audit version update: HttpStatusCodeFilter added for HTTP request audit events. 4.6.15 - Added CustomConfigureAfterAuth hook (no behavior change unless overridden). 4.6.14 - Prevent 401 unauthorized errors when the userId claim is missing(for client tokens). 4.6.13 - Added an optional OnTokenValidated step to JWT validation that checks the TokenVersion stored in Redis, ensuring tokens issued before a password change are rejected with 401. 4.6.11 - Updated vulnerable packages for security issues 4.6.10 - Add defensive parsing for solution IDs in headers 4.6.7 - While fetching the user’s roles, caching was added. 4.6.6 - Refactored OwnershipFilter to use async/await for external service calls; improved Authorization header handling and permission checks. 4.6.2 - Dotnet 8.0 target framework added 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.0 - UnauthorizedOperationException handling is added 4.1.8 - Carbon.Common updated and nested ordering achieved 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.Abstractions
1.7.0 - .NET 10 (net10.0) target framework added; existing targets preserved. 1.6.1 - Carbon.Common version update 1.6.0 - Methods without cancellation token removed from IRepository 1.5.0 - A New IEntity object, which can be parameterized for the purpose of transforming Primary Id columns found in the product roadmap into Long, has been added. 1.4.2 - Carbon.Common updated and IQueryable OrderBy extension method bug fixed 1.4.1 - Carbon.Common updated and nested ordering achieved 1.4.0 - Added a new method(RemoveSolutions) to remove from EntitySolutionRelation during the DeleteBulk process 1.3.0 - SoftDeleteContraint added, Tenant Management Support Added as of 1.2.0 |
|
|
Carbon.Serilog
1.2.0 - .NET 10 (net10.0) target framework added; existing targets preserved. 1.1.2 - Carbon.Common version update 1.1.1 - Dotnet 8.0 support added |
|
|
Carbon.ElasticSearch.Abstractions
3.10.0 - .NET 10 (net10.0) target framework added; existing targets preserved. 3.9.0 - Introduce IsConfigured to IElasticSettings and use it to guard all repository operations 3.8.5 - Added tracktotalhits to all elastic search async methods 3.8.4 - Added cancelation token to all elastic async methods 3.8.3 - Carbon.Common version update 3.8.2 - UpdateWithFieldRemoval methods added. 3.8.1 - Added bulkUpdate new method. 3.8.0 - Added bulkUpdate operations. 3.7.0 - DeleteAllAsync method is added IElasticRepository to clear all index data by tenantId 3.6.1 - Carbon.Common Bulk index operations had better get IEnumerable as parameter 3.6.0 - Carbon.Common Bulk index operations added (AddBulkAndReturn and AddBulkAndReturnAsync) 3.5.2 - Carbon.Common updated and IQueryable OrderBy extension method bug fixed 3.5.1 - Carbon.Common updated and nested ordering achieved 3.5.0 - Readonly Elastic repository implemented. - Paging functions added to BaseElasticRepositories. 3.2.0 - Refresh parameter added to create, update and delete methods 3.1.1 - FindAsync with Size added - New Configuration added for force refresh on writing operations -ElasticSearch.NET & Nest Libraries Updated to 7.11.1 -Sort feature added for FilterAsync. |
|
|
Carbon.ElasticSearch
3.10.1 - ElasticSearch not-configured message now logged via Serilog (Debug level) instead of Console.WriteLine. 3.10.0 - .NET 10 (net10.0) target framework added; existing targets preserved. 3.9.1 - Added ElasticSearch is not configured message 3.9.0 - Introduce IsConfigured to IElasticSettings and use it to guard all repository operations 3.8.8 - tracktotalhits property is optional now for elastic search async methods 3.8.7 - Added tracktotalhits to all elastic search async methods 3.8.6 - Added cancelation token to all elastic async methods 3.8.5 - PrettyJson has been setted false 3.8.4 - Carbon.Common version update 3.8.3 - UpdateWithFieldRemoval methods added. 3.8.2 - Fix bulkUpdate. 3.8.1 - Added bulkUpdate new method. 3.8.0 - Added bulkUpdate operations. 3.7.1 - Health check fixed 3.7.0 - DeleteAllAsync method is added IElasticRepository to clear all index data by tenantId 3.6.1 - Carbon.Common Bulk index operations had better get IEnumerable as parameter 3.6.0 - Carbon.Common Bulk index operations added (AddBulkAndReturn and AddBulkAndReturnAsync) 3.5.2 - Carbon.Common updated and IQueryable OrderBy extension method bug fixed 3.5.1 - Carbon.Common updated and nested ordering achieved 3.5.0 - Readonly Elastic repository implemented. - Paging functions added to BaseElasticRepositories. 3.2.0 - Refresh parameter added to create, update and delete methods 3.1.3 Added Health Check ** ElasticSearch 7 Library ** For older versions, please use Platform360.ElasticSearch(Deprecated) from Cosmos Nuget Repo 3.1.2 - FindAsync with Size added - New Configuration added for force refresh on writing operations -ElasticSearch.NET & Nest Libraries Updated to 7.11.1 -Sort feature added for FilterAsync. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.7.0 | 811 | 7/21/2026 |
| 1.6.4 | 7,779 | 11/6/2025 |
| 1.6.3 | 1,922 | 8/13/2025 |
| 1.6.2 | 343 | 8/13/2025 |
| 1.6.0 | 13,853 | 12/13/2024 |
| 1.5.1 | 1,437 | 9/26/2024 |
| 1.5.0 | 9,378 | 3/21/2024 |
| 1.5.0-preview | 443 | 3/20/2024 |
| 1.4.0 | 13,134 | 11/20/2023 |
| 1.3.4 | 14,091 | 8/17/2023 |
| 1.3.3 | 3,210 | 8/15/2023 |
| 1.3.2 | 7,991 | 12/22/2022 |
| 1.3.1 | 52,235 | 5/12/2022 |