mirror of
https://github.com/adusak/Dependify.git
synced 2026-01-11 03:40:31 +01:00
master
Dependify
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.
Installation
dotnet add package Dependify --version 1.0.0-* or search using NuGet Package Manager.
Requirements
.netstandard 2.0- Currently works only with
IServiceCollectionfromMicrosoft.Extensions.DependencyInjection
Usage
See Wiki for usage instructions.
Languages
C#
100%