Skip to content

Commit

Permalink
Updated README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Csajtai committed May 15, 2017
1 parent 1b7fc6e commit 1061814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Stashbox is a lightweight, portable dependency injection framework for .NET base
- **Lifetime management** - including `Singleton`, `Transient` and `Scoped` lifetime, custom user defined lifetimes also can be used.
- **Conditional resolution** - attribute, parent-type and custom user defined conditions can be specified.
- **IDisposable object tracking** - `IDisposable` objects are being disposed by the container.
- **Cleanup delegates** - custom delegate can be configured which'll be invoked when the container/scope is being disposed.
- **Circular dependency tracking** - the container checks the dependency graph for circular dependencies, specific excpetion will be thrown if found any.
- **Special types** - generic wrappers:
- Collections: everything assignable to `IEnumerable<T>` e.g. `T[]`, `ICollection<T>`, `IReadOnlyCollection<T>`, `IList<T>` etc.
Expand Down

0 comments on commit 1061814

Please sign in to comment.