DryIoc Versions Save

DryIoc is fast, small, full-featured IoC Container for .NET

v5.4.3

6 months ago

v5.4.3 Bug-fix release

  • fixed: Release 5.4.2 is Broken for Framework 4.8

v5.4.2

7 months ago

v5.4.2 Bug-fix release

  • fixed: #588 Container.IsDisposed property not reflecting own scope disposed state.
  • fixed: #598 How to diagnose Error.WaitForScopedServiceIsCreatedTimeoutExpired?
  • DryIoc.MefAttributedModel v7.0.2

v5.4.1

11 months ago

v5.4.1 Bug-fix release

  • fixed: #576 Extension methods not being handled correctly in Made.Of service returning expression
  • fixed: #577 False positive validation error when using service setup with certain conditions
  • fixed: #578 asResolutionRoot does not affect validation

v5.4.0

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

v5.3.2 Bug-fix release

  • fixed: #554 System.NullReferenceException: Object reference not set to an instance of an object.

v5.3.1

1 year ago

v5.3.1 Bug-fix release

  • fixed: #546 Generic type constraint resolution doesn't see arrays as IEnumerable<>

v5.3.0

1 year ago

v5.3.0 Small feature and bug-fix release

-fixed: #536 DryIoc Exeption in a Contructor of a Dependency does tunnel through Resolve call

v5.2.2

1 year ago

v5.2.2 and DryIoc.MS.DI v6.1.0

-fixed: #519 Exception thrown when using WebOptimizer in ASP.NET Core MVC