Skip to content

Releases: dadhi/DryIoc

v4.3.4 Bug-fix release

01 Sep 08:44
Compare
Choose a tag to compare

v4.3.4 Bug-fix release

  • fixed: #239 [DOCS] WithUknownServiceResolver ignores ResolveMany

v4.3.3 Bug-fix release

27 Aug 15:11
Compare
Choose a tag to compare

v4.3.3 Bug-fix release

  • fixed: #310 Ensure that FEC.LightExpression.ILGeneratorHacks does not crash if some method is not reflected

v4.3.2 Bug-fix release

15 Aug 09:53
Compare
Choose a tag to compare

v4.3.2 Bug-fix release

  • fixed: #303 Open Generic Singleton do not provide same instance for Resolve and ResolveMany

v4.3.1 Bug-fix release

07 Aug 21:02
Compare
Choose a tag to compare

v4.3.1 Bug-fix release

  • fixed: #301 breakage in scoped enumeration in v4

v4.3.0 Small feature and bug-fix release

03 Aug 13:20
Compare
Choose a tag to compare

v4.3.0 Small feature and bug-fix release

  • added: #298 Add RegisterManyIgnoreNoServicesWereRegistered
  • added: #300 Add Rules.WithMicrosoftDependencyInjectionRules
  • fixed: #295 useParentReuse does not respects parent reuse

v4.2.5 Bug-fix release

20 Jul 18:09
Compare
Choose a tag to compare

v4.2.5 Bug-fix release / 2020-07-19

  • fixed: #294 in parameter modifier breaks service resolution

v4.2.4 Bug-fix release

14 Jul 13:26
Compare
Choose a tag to compare

v4.2.4 Bug-fix release

  • fixed: #290 ScopedTo to Singleton does not work

v4.2.3 Bug-fix release

04 Jul 20:45
Compare
Choose a tag to compare

v4.2.3 Bug-fix release

  • fixed: #289 Think how to make Use to directly replace scoped service without special asResolutionCall setup

v4.2.2 Bug-fix release

02 Jul 09:19
Compare
Choose a tag to compare

v4.2.2 Bug-fix release

  • fixed: #288 Recursive resolution ignores current scope .Use() instance
  • small perf improvements

v4.2.1 Bug-fix release

08 Jun 20:09
Compare
Choose a tag to compare

v4.2.1 Bug-fix release

  • fixed: #156 Xamarin Forms iOS System.PlatformNotSupportedException: Operation is not supported on this platform.
  • fixed: #283 Open-generic decorators are no applied to the service registered via RegisterInstance