Skip to content

Releases: dadhi/DryIoc

v5.4.3 Bug-fix release

12 Nov 23:31
Compare
Choose a tag to compare

v5.4.3 Bug-fix release

  • fixed: Release 5.4.2 is Broken for Framework 4.8

v5.4.2 Bug-fix release

17 Oct 17:15
Compare
Choose a tag to compare

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 Bug-fix release

10 Jun 11:11
Compare
Choose a tag to compare

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 Small feature and bug-fix release

01 May 20:25
Compare
Choose a tag to compare

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

13 Mar 19:37
Compare
Choose a tag to compare

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

16 Feb 15:16
Compare
Choose a tag to compare

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

09 Feb 20:38
Compare
Choose a tag to compare

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

28 Nov 22:39
Compare
Choose a tag to compare

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

10 Nov 21:21
Compare
Choose a tag to compare

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 Bug-fix release

23 Aug 12:05
Compare
Choose a tag to compare

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

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