Releases: microsoft/MinIoC
Releases · microsoft/MinIoC
Min2.1
Min2
Release notes:
- Container is no longer static, it can be instantiated.
- Fixed
IDisposableso 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
IServiceProviderinterface and provides non-generic registration functions. - Generic
Register/Resolvemoved to an external extended class. - Added additional
Register<T>()which simply registers the implementation.