Releases: almostchristian/ConfigurationProcessor.DependencyInjection
Releases · almostchristian/ConfigurationProcessor.DependencyInjection
v1.12.0
v1.11.0
v1.11.0
- Support mapping of blank Action delegates to
true
when using aDictionary<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>
andAction<T1, T2, T3>
as configuration targets.
v1.8.0
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
v1.6.0
- Added IConfigurationProcessor interface to dynamically call methods
v1.5.0
v1.5.0
- Improve selection of single parameter overload method.
- Improve binding to readonly properties
v1.4.0
v1.4.0
- Improve discovery of executable methods to include implemented interfaces
v1.3.0
- Add support for disambiguating overloads with different array types.
- Prefer overloads with the most matching parameters
v1.2.1
v1.2.1
- Fix MissingMethodException when there exists a candidate method with no parameters is not chosen correctly.
v1.2.0
- Added interception for missing extension method event
v1.1.1
- Ignore
TypeLoadException
when scanning for extension methods