DryIoc.dll 5.4.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/
|
2 |
DryIoc.CommonServiceLocator.dll
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://commonservicelocator.codeplex.com/
|
1 |
## v5.4.0 Small feature and bug-fix release
- added: #572 Add DryIoc targets for NET 6.0, NET 7.0
- added: #571 Add the rule for the injection of C#11 required properties via the rule PropertiesAndFields.RequiredProperties
- added: #544 Add .NET 7 target and up MS dependency version for DryIoc.MS.DI
- added: #565 Add ScopeName.Of to simplify the custom scope name matching logic
- fixed: #116 DryIoc Resolve with decorators goes wrong for parallel execution
- fixed: #547 Blazor File Upload issue with Net 7 and MS DI Package
- fixed: #567 Using DryIoc causes Blazor to crash
## v5.3.4 Bug-fix release
- fixed: #559 Possible inconsistent behaviour of resolving collection of services opening resolution scope
- fixed: #560 Fix GetWrappedType implementation(s) to not return null
## v5.3.3 Bug-fix release
- fixed: #555 Is there anyway to apply ConcreteTypeDynamicRegistrations to Rules.MicrosoftDependencyInjectionRules
- fixed: #557 Rules.WithFactorySelector(Rules.SelectLastRegisteredFactory()) allows to Resolve the keyed service as non-keyed
## v5.3.2 Bug-fix release
- fixed: #554 System.NullReferenceException: Object reference not set to an instance of an object.
## v5.3.1 Bug-fix release
-fixed: #546 Generic type constraint resolution doesn't see arrays as IEnumerable<>
## 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 6.0
- No dependencies.
.NET 7.0
- No dependencies.
.NET Standard 2.0
- System.Reflection.Emit.Lightweight (>= 4.7.0)
.NET Standard 2.1
- No dependencies.