Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
/ Dependify Public archive

Library that allows the developer to register services to Microsoft's dependency injection by adding attributes to class or factory methods.

License

Notifications You must be signed in to change notification settings

davidkaya/Dependify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Library that allows the developer to register services to Microsoft's dependency injection by adding attributes to class or factory methods.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages