Korucuoglu.Common 10.1.8

dotnet add package Korucuoglu.Common --version 10.1.8
                    
NuGet\Install-Package Korucuoglu.Common -Version 10.1.8
                    
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="Korucuoglu.Common" Version="10.1.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Korucuoglu.Common" Version="10.1.8" />
                    
Directory.Packages.props
<PackageReference Include="Korucuoglu.Common" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Korucuoglu.Common --version 10.1.8
                    
#r "nuget: Korucuoglu.Common, 10.1.8"
                    
#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.
#:package Korucuoglu.Common@10.1.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Korucuoglu.Common&version=10.1.8
                    
Install as a Cake Addin
#tool nuget:?package=Korucuoglu.Common&version=10.1.8
                    
Install as a Cake Tool

Common Library

This project is the foundational library for the entire solution, designed to be referenced by all other projects. It contains shared structures, utilities, and base implementations used across the system.

Technology Stack

  • Framework: .NET 10.0
  • Language: C# 14

Key Dependencies

This library integrates several essential packages to provide out-of-the-box functionality:

  • Data Access: Dapper, Microsoft.EntityFrameworkCore, Npgsql.EntityFrameworkCore.PostgreSQL
  • Messaging: MassTransit.RabbitMQ
  • Caching: StackExchange.Redis
  • Logging: Serilog.AspNetCore, Serilog.Sinks.Seq
  • Validation: FluentValidation.AspNetCore
  • Utilities: Mjml.Net (Email), Hashids.net, K4os.Compression.LZ4
  • Shared helpers: TextSanitizer, PagedResult<TItem>, PaginationUtilities

Purpose

The Common project serves as the backbone for the architecture, ensuring consistency and reusability across all microservices and API projects.

Configuration

  • Hashids:Salt is required when IHashService is registered. Set Hashids:MinHashLength to override the default length of 8.
  • Meta:LogoUrl is optional for email templates. When it is not provided, templates use a generic placeholder image.
Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.8 150 5/20/2026
10.1.7 105 5/19/2026
10.1.6 92 5/19/2026
10.1.3 224 4/26/2026
10.1.2 146 4/23/2026
10.1.1 167 4/18/2026
10.1.0 124 4/17/2026
10.0.9 119 4/17/2026
10.0.8 165 4/12/2026
10.0.7 114 4/1/2026
10.0.6 115 3/29/2026
10.0.5 132 3/14/2026
10.0.4 118 3/14/2026
10.0.3 126 3/7/2026
10.0.2 163 2/1/2026
10.0.1 125 2/1/2026
9.1.8 165 1/11/2026
9.1.7 124 1/11/2026
9.1.6 164 12/26/2025
9.1.5 141 12/26/2025
Loading failed