DryIoc.dll 2.9.5
DryIoc is fast, small, full-featured IoC Container for .NET
Showing the top 20 packages that depend on DryIoc.dll.
Packages | Downloads |
---|---|
DryIoc.CommonServiceLocator.dll
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://commonservicelocator.codeplex.com/
|
2 |
DryIoc.CommonServiceLocator.dll
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://commonservicelocator.codeplex.com/
|
1 |
v2.9.5:
- fixed: #416 (now for real): Adding always true condition to decorator changes the decorated outcome - but should not
- fixed: #417 Performance issue with Func of singleton
- fixed: #418 Performance issue with resolving singletons
- fixed: #419 In some cases ResolveMany unable to resolve Decorator with dependency due issue with required service type
- fixed: #420: Singleton resolved and created via Func with arguments then may be resolved directly
- fixed: GetMembers did not considered base of the base class
v2.9.4
- fixed: #416: Adding always true condition to decorator changes the decorated outcome - but should not
v2.9.3
- fixed: #415: Decorators useDecorateeReuse should permit decorating disposable transient
v2.9.2
- fixed: #409: Resolution scope is created with the service type instead of actual required service type
- fixed: #410: ResolveMany is treated differently comparing to Resolve IEnumerable
v2.9.1
- fixed: #404: ConstructorWithResolvableArguments does not take into account parameter service key
v2.9.0
- added: #386: Support for resolving void Factory Method as Action
- added: Support for array decorators
- added: #405: Support for resolving unknown services in ResolveMany via UnknownManyServiceResolvers
.NET Standard 1.0
- System.Collections (>= 4.0.11)
- System.Threading (>= 4.0.11)
- System.Runtime (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Linq.Expressions (>= 4.1.0)