All Versions
44
Latest Version
Avg Release Cycle
25 days
Latest Release
704 days ago

Changelog History
Page 3

  • v3.2.8 Changes

    October 17, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Switch to license expression in nuget package. #95
  • v3.2.7 Changes

    October 16, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Minor bugfixes.
  • v3.2.6 Changes

    October 16, 2020

    โž• Added

    • The Validate() method now throws an AggregateException containing all the underlying exceptions.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Minor bugfixes.
  • v3.2.5 Changes

    October 12, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Minor bugfixes.
  • v3.2.4 Changes

    July 22, 2020

    โž• Added

    • ๐Ÿ”ง The .WhenDecoratedServiceHas() and .WhenDecoratedServiceIs() decorator configuration options.
  • v3.2.2 Changes

    July 21, 2020

    โž• Added

    • ๐Ÿ‘Œ Support of conditional and lifetime managed decorators #93
  • v3.2.1 Changes

    July 09, 2020

    ๐Ÿ›  Fixed

    • Factory resolution didn't use the built-in expression compiler.
  • v3.2.0 Changes

    June 29, 2020

    โž• Added

    • ๐Ÿ‘ IAsyncDisposable support #90
      • It works on >=net461, >=netstandard2.0 frameworks.
      • On net461 and netstandard2.0 the usage of IAsyncDisposable interface requires the Microsoft.Bcl.AsyncInterfaces package, on netstandard2.1 it's part of the framework.

    ๐Ÿ›  Fixed

    • Resolution with custom parameter values #91
  • v3.1.2 Changes

    June 22, 2020
    • ๐Ÿ›  Fix: IdentityServer not compatible #88
    • ๐Ÿ›  Fix: Call interception #89
  • v3.1.1 Changes

    June 11, 2020
    • ๐Ÿ›  Fix: String constant is not handled well by the built-in compiler #86
    • ๐Ÿ›  Fix: Registration behaviour doesn't respect replacing #87