KamiSama.Extensions.Core
3.0.3
See the version list below for details.
dotnet add package KamiSama.Extensions.Core --version 3.0.3
NuGet\Install-Package KamiSama.Extensions.Core -Version 3.0.3
<PackageReference Include="KamiSama.Extensions.Core" Version="3.0.3" />
<PackageVersion Include="KamiSama.Extensions.Core" Version="3.0.3" />
<PackageReference Include="KamiSama.Extensions.Core" />
paket add KamiSama.Extensions.Core --version 3.0.3
#r "nuget: KamiSama.Extensions.Core, 3.0.3"
#:package KamiSama.Extensions.Core@3.0.3
#addin nuget:?package=KamiSama.Extensions.Core&version=3.0.3
#tool nuget:?package=KamiSama.Extensions.Core&version=3.0.3
KamiSama Extension Libraries
Introduction
KamiSama.Extension libraries are set of suger codes and helper methods for most common usages. Here is the list of libraries:
- KamiSama.Extensions.Core some core extension methods for arrays, strings, enumerables, datetime, ...
- KamiSama.Extensions.DependencyInjection addtional functionality to Microsoft.Extensions.DependencyInjection, such as named injection
- KamiSama.Extensions.Json useful converters and extensions such ExpandoObjectConverter, HexByteArrayConverter, HierarchicalJsonConverter,...
- KamiSama.Extensions.Xml additional attributes for Xml Serialization such as AutoXmlAttributes to automatically add inherited classes to parent
- KamiSama.Extensions.Repositories libraries repository patten default implementation for EntityFramework and EntityFrameworkCore.
- KamiSama.Extensions.NLog NLog extensions for encryption archieving and persian fast log renderer
- KamiSama.IranSystem Iran System Encoding used in many old Persian applications.
- KamiSama.Chassis Chassis for less code in AspNetCore web applications. eg. exception handling
- KamiSama.Testing.NSubstitute helper class to write more cleaner and comprehensible tests using dependency injection.
- KamiSama.Templates Template project for most common scenarios like Core (Domain) project, BoundedContext projects, Repository projects...
- KamiSama.Extensions.WebModules Web Modules are the a way to simplify the process of building web applications and web apis.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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 was computed. 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. |
-
net9.0
- No dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on KamiSama.Extensions.Core:
| Package | Downloads |
|---|---|
|
KamiSama.Repositories.EntityFrameworkCore
Entity Framework Core Repository Pattern |
|
|
KamiSama.Repositories.EntityFramework
Entity Framework Repository Pattern |
|
|
KamiSama.Extensions.Json
Utilities for System.Text.Json such as: - hirerachyJsonConverter - TimeSpanJsonConverter - HexByteArrayJsonConverter |
|
|
KamiSama.Extensions.NLog
Uilities for famous logging library (NLog): - PersianDateLayoutRenderer - PersianLongDateLayoutRenderer - PersianShortDateLayoutRenderer - EncryptedZipArchiFileCompressor (archieve file with password) |
|
|
KamiSama.Iso8583.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.7 | 256 | 5/1/2026 |
| 10.0.6 | 552 | 4/16/2026 |
| 10.0.1 | 611 | 11/26/2025 |
| 10.0.0 | 331 | 11/22/2025 |
| 3.1.6 | 335 | 11/7/2025 |
| 3.1.5 | 310 | 11/6/2025 |
| 3.1.4 | 326 | 10/1/2025 |
| 3.1.3 | 307 | 7/7/2025 |
| 3.1.2 | 296 | 7/7/2025 |
| 3.1.1 | 321 | 7/6/2025 |
| 3.1.0 | 291 | 7/6/2025 |
| 3.0.11 | 315 | 6/3/2025 |
| 3.0.11-preview | 278 | 5/26/2025 |
| 3.0.10 | 347 | 5/16/2025 |
| 3.0.9 | 384 | 5/16/2025 |
| 3.0.8 | 283 | 5/9/2025 |
| 3.0.7.1 | 271 | 4/26/2025 |
| 3.0.7 | 276 | 4/25/2025 |
| 3.0.6 | 375 | 3/19/2025 |
| 3.0.3 | 281 | 12/8/2024 |
v2.4.0
- XmlSerialization is moved to KamiSama.Extensions.Xml
- supported .net is changed to .net standard 2.1
v2.0.0
- Refactored from old KamiSama.Extenders library