Library that allows the developer to register services by adding attributes to class or factory methods. Library works only with Microsoft's Microsoft.Extensions.DependencyInjection
package.
Why the name? Because I wanted to contribute to the following list.
dotnet add package Dependify --version 1.0.0-*
or search using NuGet Package Manager.
.netstandard 2.0
- Currently works only with
IServiceCollection
fromMicrosoft.Extensions.DependencyInjection
See Wiki for usage instructions.