[AppSettingsConfigProvider] have assembly + class name as a const string

Issue #1 resolved
Cesar Oliveira repo owner created an issue

When using MyConfig programmatically (using new ConfigurationManager) you have to input the assembly name and class name, which seems error prone and awkward. We can easily keep this data in a const or readonly string inside the assembly that can be referenced.

Comments (2)

  1. Log in to comment