2017-09-10 19:51:56 +02:00
2017-09-10 19:51:56 +02:00
2017-09-09 19:06:08 +02:00
2017-09-09 23:30:56 +02:00
2017-09-09 23:14:12 +02:00
2017-09-09 22:45:06 +02:00
2017-09-09 19:06:08 +02:00
2017-09-10 17:28:26 +02:00

Dependify

Build Status Version

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 IServiceCollection from Microsoft.Extensions.DependencyInjection

Usage

See Wiki for usage instructions.

Description
No description provided
Readme MIT 54 KiB
Languages
C# 100%