CleanArchitectureUtility.Extensions.DependencyInjection
10.0.0
dotnet add package CleanArchitectureUtility.Extensions.DependencyInjection --version 10.0.0
NuGet\Install-Package CleanArchitectureUtility.Extensions.DependencyInjection -Version 10.0.0
<PackageReference Include="CleanArchitectureUtility.Extensions.DependencyInjection" Version="10.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Extensions.DependencyInjection" Version="10.0.0" />
<PackageReference Include="CleanArchitectureUtility.Extensions.DependencyInjection" />
paket add CleanArchitectureUtility.Extensions.DependencyInjection --version 10.0.0
#r "nuget: CleanArchitectureUtility.Extensions.DependencyInjection, 10.0.0"
#:package CleanArchitectureUtility.Extensions.DependencyInjection@10.0.0
#addin nuget:?package=CleanArchitectureUtility.Extensions.DependencyInjection&version=10.0.0
#tool nuget:?package=CleanArchitectureUtility.Extensions.DependencyInjection&version=10.0.0
Clean Architecture - Dependency Injection Extension This project demonstrates how to integrate Dependency Injection (DI) into a Clean Architecture setup. Dependency Injection is a technique used to implement Inversion of Control (IoC), making it easier to manage dependencies and enhance testability, maintainability, and flexibility. DI allows components to be injected into classes, reducing the coupling between different layers in your Clean Architecture. In this implementation, DI is set up in the Infrastructure Layer, where services, repositories, and other dependencies are registered and injected into the necessary classes in the Application Layer and Core Layer.
Product | Versions 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. |
-
net10.0
- CleanArchitectureUtility.Extensions.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Configuration (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.0-preview.1.25080.5)
- Scrutor (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.