DryIoc.dll 5.3.0
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/
|
3 |
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 |
## v5.3.0 Small feature and bug-fix release
-fixed: #536 DryIoc Exception in a Constructor of a Dependency does tunnel through Resolve call
## v5.2.2 Bug-fix release
-fixed: #519 Exception thrown when using WebOptimizer in ASP.NET Core MVC
## v5.2.1 Bug-fix release
-fixed: #516 Singleton Decorator to Scoped base shouldn't work, but does
## v5.2.0 Small feature and bug-fix release
### Features
- Adding `WithConcreteTypeDynamicRegistrations` overload with `IfUnresolved ifConcreteTypeIsUnresolved` parameter
to control exception information, and rule fallback behavior (#506)
- Small speed-ups
### Fixes
- #507 Transient resolve with opening scope using factory func in singleton
.NET Framework 4.5
- System.ValueTuple (>= 4.5.0)
.NET Standard 2.0
- System.Reflection.Emit.Lightweight (>= 4.7.0)
.NET Standard 2.1
- No dependencies.