Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Configure Extension method based on Convenation #6

Closed
kdcllc opened this issue Feb 25, 2019 · 0 comments
Closed

Add Configure Extension method based on Convenation #6

kdcllc opened this issue Feb 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@kdcllc
Copy link
Owner

kdcllc commented Feb 25, 2019

The extension method should provide a way to registers configuration as follows:

 "ParentSetting": {
    "ChildSetting": {
     }
 }

then to configure this via services

services<ChildObject,ChildObjectSettings>("ParentSetting");

Example usage

@kdcllc kdcllc closed this as completed Feb 25, 2019
@kdcllc kdcllc added the enhancement New feature or request label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant