Configuration attribute does not automatically register nested classes #38
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
PiBox.Hosting.Abstractions
Consider the following case
Current Behaviour
The webhost currently only auto registers the PeristenceConfiguration with the IoC Container bc it has the attribute, the nested config classes will not be registed automatically.
Expected Behaviour
Nested configuration classes are also automatically registered as singleton in the IoC Container.
The text was updated successfully, but these errors were encountered: