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

IConfigurationSectionHandler is deprecated since .NET 2.0 #171

Open
mstaessen opened this issue May 31, 2018 · 0 comments
Open

IConfigurationSectionHandler is deprecated since .NET 2.0 #171

mstaessen opened this issue May 31, 2018 · 0 comments

Comments

@mstaessen
Copy link

IConfigurationSectionHandler is deprecated since .NET 2.0, The ConfigSectionHandler should derive from ConfigurationSection.
https://msdn.microsoft.com/en-us/library/system.configuration.iconfigurationsectionhandler(v=vs.110).aspx

When using the handler as-is without section-group, logging is not wired.
When using the handler in a section group in combination with a virtual directory on IIS Express, it fails bootstrapping the configuration.

I haven't validated whether they are related, but it might be plausible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant