Skip to content

Releases: almostchristian/ConfigurationProcessor.DependencyInjection

v1.12.0

03 Sep 06:40
Compare
Choose a tag to compare
  • Specify license

v1.11.0

25 Mar 12:48
Compare
Choose a tag to compare

v1.11.0

  • Support mapping of blank Action delegates to true when using a Dictionary<T, Action<TArg>> parameter type.
    v1.10.0
  • Support Action delegates of any number of parameters as configuration targets.
    v1.9.0
  • Support Action delegates of up to 7 generic arguments as configuration targets.
    v1.8.1
  • Support Action<T1, T2> and Action<T1, T2, T3> as configuration targets.

v1.8.0

12 Nov 04:21
Compare
Choose a tag to compare

v1.8.0

  • Support Action<T1, T2> and Action<T1, T2, T3> as configuration targets.

v1.7.2

  • Added special handling for retrieving ConnectionStrings
  • Lambda parameters can now be in any position

v1.6.1

  • Fixed dynamic invocation issues with optional parameters

v1.6.0

23 Oct 09:12
Compare
Choose a tag to compare

v1.6.0

  • Added IConfigurationProcessor interface to dynamically call methods

v1.5.0

22 Oct 07:34
Compare
Choose a tag to compare

v1.5.0

  • Improve selection of single parameter overload method.
  • Improve binding to readonly properties

v1.4.0

11 Oct 08:51
Compare
Choose a tag to compare

v1.4.0

  • Improve discovery of executable methods to include implemented interfaces

v1.3.0

07 Oct 03:42
Compare
Choose a tag to compare
  • Add support for disambiguating overloads with different array types.
  • Prefer overloads with the most matching parameters

v1.2.1

06 Oct 04:16
Compare
Choose a tag to compare

v1.2.1

  • Fix MissingMethodException when there exists a candidate method with no parameters is not chosen correctly.

v1.2.0

19 Sep 16:08
Compare
Choose a tag to compare
  • Added interception for missing extension method event

v1.1.1

16 Sep 16:26
Compare
Choose a tag to compare
  • Ignore TypeLoadException when scanning for extension methods