Carbon.Common
1.3.3
See the version list below for details.
dotnet add package Carbon.Common --version 1.3.3
NuGet\Install-Package Carbon.Common -Version 1.3.3
<PackageReference Include="Carbon.Common" Version="1.3.3" />
paket add Carbon.Common --version 1.3.3
#r "nuget: Carbon.Common, 1.3.3"
// Install Carbon.Common as a Cake Addin #addin nuget:?package=Carbon.Common&version=1.3.3 // Install Carbon.Common as a Cake Tool #tool nuget:?package=Carbon.Common&version=1.3.3
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. |
.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
- Mapster (>= 4.1.1)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Carbon.Common:
Package | Downloads |
---|---|
Carbon.WebApplication
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 |
|
Carbon.Domain.Abstractions
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.ElasticSearch.Abstractions
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.Serilog
Package Description |
|
Carbon.ElasticSearch
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.