mirror of
https://github.com/adusak/Dependify.git
synced 2026-01-16 14:06:53 +01:00
Added travis build status to readme
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Dependify
|
||||
|
||||
[](https://travis-ci.org/davidkaya/Dependify)
|
||||
|
||||
Library that allows the developer to register his 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).
|
||||
@@ -61,4 +63,4 @@ If you want to add `Audi` as an implementation of `ICar` using factory method, y
|
||||
public Audi CreateAudi(IServiceProvider provider) {
|
||||
return new Audi();
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user