VOOZH about

URL: https://www.nuget.org/packages/KamiSama.Extensions.DependencyInjection/

⇱ NuGet Gallery | KamiSama.Extensions.DependencyInjection 10.0.7




👁 Image
KamiSama.Extensions.DependencyInjection 10.0.7

dotnet add package KamiSama.Extensions.DependencyInjection --version 10.0.7
 
 
NuGet\Install-Package KamiSama.Extensions.DependencyInjection -Version 10.0.7
 
 
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="KamiSama.Extensions.DependencyInjection" Version="10.0.7" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KamiSama.Extensions.DependencyInjection" Version="10.0.7" />
 
Directory.Packages.props
<PackageReference Include="KamiSama.Extensions.DependencyInjection" />
 
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 KamiSama.Extensions.DependencyInjection --version 10.0.7
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: KamiSama.Extensions.DependencyInjection, 10.0.7"
 
 
#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 KamiSama.Extensions.DependencyInjection@10.0.7
 
 
#: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=KamiSama.Extensions.DependencyInjection&version=10.0.7
 
Install as a Cake Addin
#tool nuget:?package=KamiSama.Extensions.DependencyInjection&version=10.0.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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:

  1. some core extension methods for arrays, strings, enumerables, datetime, ...
  2. addtional functionality to Microsoft.Extensions.DependencyInjection, such as named injection
  3. useful converters and extensions such ExpandoObjectConverter, HexByteArrayConverter, HierarchicalJsonConverter,...
  4. additional attributes for Xml Serialization such as AutoXmlAttributes to automatically add inherited classes to parent
  5. repository patten default implementation for EntityFramework and EntityFrameworkCore.
  6. NLog extensions for encryption archieving and persian fast log renderer
  7. Iran System Encoding used in many old Persian applications.
  8. Chassis for less code in AspNetCore web applications. eg. exception handling
  9. helper class to write more cleaner and comprehensible tests using dependency injection.
  10. Template project for most common scenarios like Core (Domain) project, BoundedContext projects, Repository projects...
  11. 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 net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (17)

Showing the top 5 NuGet packages that depend on KamiSama.Extensions.DependencyInjection:

Package Downloads
Polareum.Commons.RestSharp

Package Description

Polareum.Externals.Email.Core

Package Description

Polareum.Otp.Core

Package Description

Polareum.Contents.Core

Package Description

Polareum.Externals.Sms.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.7 1,078 5/1/2026
10.0.6 462 4/16/2026
10.0.1 527 11/26/2025
10.0.0 261 11/22/2025
3.1.6 262 11/7/2025
3.1.5 247 11/6/2025
3.1.4 248 10/1/2025
3.1.3 262 7/7/2025
3.1.2 235 7/7/2025
3.1.1 242 7/6/2025
3.1.0 243 7/6/2025
3.0.11 276 6/3/2025
3.0.11-preview 215 5/26/2025
3.0.10 313 5/16/2025
3.0.9 327 5/16/2025
3.0.8 210 5/9/2025
3.0.7.1 217 4/26/2025
3.0.7 215 4/25/2025
3.0.6 264 3/19/2025
3.0.5 337 3/5/2025
Loading failed

v2.2.7
- InjectAttribute is added.
v2.0.0
- Refactored from old KamiSama.Extenders.DependencyInjection library