Closed
Description
When you define sink configuration extension method with IConfiguration
parameter that method is ignored. At the same time if you use IConfigurationSection
and specify value in config source, the method is discovered and the parameter is populated. Also, if default value (null) is specified for IConfiguration
parameter all works as exepected as well. I believe the source of the problem lies in the code which filters methods and doesn't take into account IConfiguration
parameter type: