mirror of
https://github.com/adusak/Dependify.git
synced 2026-01-14 05:03:32 +01:00
21 lines
912 B
Markdown
21 lines
912 B
Markdown
# Dependify
|
|
|
|
[](https://travis-ci.org/davidkaya/Dependify) [](http://nuget.org/packages/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](http://www.thenameinspector.com/wp-content/uploads/ify-names-chart-20141.pdf).
|
|
|
|
# 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](https://github.com/davidkaya/Dependify/wiki/Usage) for usage instructions.
|