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.
Open the solution DependencyInjection.Named.sln
on Visual Studio.
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
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
Open the solution file DependencyInjection.Named.sln
with Visual Studio, and pack the HttpContextMoq (Build -> Pack HttpContextMoq)
make pack
Please read contributing for details of the code of conduct, and the process for submitting pull requests to us.
Uses SemVer for versioning. For the versions available, see the tags on this repository.
- Tiago Araújo - Initial work - tiagodaraujo
See also the list of contributors who participated in this project.