Skip to content

Releases: dadhi/DryIoc

v4.8.4 Bug-fix release

31 Oct 13:35
Compare
Choose a tag to compare

v4.8.4 Bug-fix release

  • fixed: #434 ReturnDefaultIfNotRegistered is not respected between scopes
  • fixed: #435 hangfire use dryioc report ContainerIsDisposed

v4.8.3 Bug-fix release

20 Oct 22:03
Compare
Choose a tag to compare

v4.8.3 Bug-fix release

  • fixed: #418 Resolving interfaces with covariant type parameter fails when using RegisterMapping
  • fixed: #432 Resolving interfaces with contravariant type parameter fails with RegisteringImplementationNotAssignableToServiceType error

v4.8.2 Improvement release

09 Oct 22:22
Compare
Choose a tag to compare

v4.8.2 Improvement release

  • fixed: #429 Memory leak on MS DI with Disposable Transient

v4.8.1 Bug-fix release

03 Jul 13:13
Compare
Choose a tag to compare

v4.8.1 Bug-fix release

  • fixed: #412 ResolveMany not work with generics after any Unregister

v4.8.0 Small feature release

04 Jun 13:47
Compare
Choose a tag to compare

v4.8.0 Small feature release

  • added: #406 Allow the registration of the partially closed implementation type

v4.7.8 Bug-fix release

27 May 14:06
Compare
Choose a tag to compare

v4.7.8 Bug-fix release

  • fixed: #405 DryIoc has waited for the creation of the scoped ... with service name/type

v4.7.7 Bug-fix release

10 May 19:16
Compare
Choose a tag to compare

v4.7.7 Bug-fix release

  • fixed: #399 Func dependency on Singleton resolved under scope breaks after disposing scope when WithFuncAndLazyWithoutRegistration()

v4.7.6 Bug-fix release

21 Apr 06:56
Compare
Choose a tag to compare

v4.7.6 Bug-fix release

  • fixed: #391 Deadlock during Resolve
  • fixed: #394 For_Func_returned_type_with_lazy_dependency_Func_parameters_are_correctly_passed

v4.7.5 Bug-fix release

04 Apr 09:28
Compare
Choose a tag to compare

v4.7.5 Bug-fix release

  • #390 NullReferenceException on Unregister
  • fixed the potential issue with the switching back from the SelectLastFactoryRule to the default rule

v4.7.4 Bug-fix release

26 Feb 13:16
Compare
Choose a tag to compare

v4.7.4 Bug-fix release

  • #376 DryIoc.Interpreter seems to mess up the exception call stack
  • #378 Inconsistent resolution failure