NamedDependencyInjection 2.0.1
dotnet add package NamedDependencyInjection --version 2.0.1
NuGet\Install-Package NamedDependencyInjection -Version 2.0.1
<PackageReference Include="NamedDependencyInjection" Version="2.0.1" />
paket add NamedDependencyInjection --version 2.0.1
#r "nuget: NamedDependencyInjection, 2.0.1"
// Install NamedDependencyInjection as a Cake Addin #addin nuget:?package=NamedDependencyInjection&version=2.0.1 // Install NamedDependencyInjection as a Cake Tool #tool nuget:?package=NamedDependencyInjection&version=2.0.1
Gnet.Extensions.DependencyInjection.Named
<img src="logos/Gnet-banner.png" width="40%" height="40%">
Named Dependency Injection Extensions for .NET Core.
Gnet DependencyInjection Named is a set of extensions to Microsoft.Extensions.DependencyInjection
to register on IServiceCollection
and get from IServiceProvider
named services without override the vanilla .net core dependency injection engine.
Getting Started
Open the solution DependencyInjection.Named.sln
on Visual Studio.
How to build the library?
Open the solution file DependencyInjection.Named.sln
with Visual Studio, and Build the Solution (Build → Build Solution)
or
Execute the following make command.
make build
How to run the unit tests?
Open the solution file DependencyInjection.Named.sln
with Visual Studio, and run the unit tests (Test → Run All Tests)
or
Execute the following make command.
make test
How to pack the library?
Open the solution file DependencyInjection.Named.sln
with Visual Studio, and pack the HttpContextMoq (Build → Pack HttpContextMoq)
make pack
Contributing
Please read contributing for details of the code of conduct, and the process for submitting pull requests to us.
Versioning
Uses SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Tiago Araújo - Initial work - tiagodaraujo
See also the list of contributors who participated in this project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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 is compatible. netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.0
- Microsoft.Extensions.DependencyInjection (>= 3.0.0)
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection (>= 3.1.0)
-
net5.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.0)
-
net6.0
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
-
net7.0
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.