Releases: microsoft/MinIoC
Releases · microsoft/MinIoC
Min2.1
Min2
Release notes:
- Container is no longer static, it can be instantiated.
- Fixed
IDisposable
so cached objects get disposed when their scope gets disposed. - Change behavior of PerScope when resolved against a
Container
(instead of a scope) - now per-scope objects act like singletons at container level. - Container now implements
IServiceProvider
interface and provides non-generic registration functions. - Generic
Register
/Resolve
moved to an external extended class. - Added additional
Register<T>()
which simply registers the implementation.