If interface name for config section is smth like IInterface, configuration cannot be loaded with the error that class with name nterface cannot be found.
The issue is that naming convention trims all leading I, while it should only trim the first one.
Hi,
If interface name for config section is smth like
IInterface
, configuration cannot be loaded with the error that class with namenterface
cannot be found.The issue is that naming convention trims all leading
I
, while it should only trim the first one.