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

Intercept Reflection exceptions from AppSettingsConfigurationStore #1210

Merged

Commits on Dec 29, 2019

  1. Intercept Reflection exceptions from AppSettingsConfigurationStore

    Some platforms throws reflection exceptions when trying to use `ConfigurationManager`.
    This does not fix the underlying problem of not being unable to use `ConfigurationManager`, but returns `null` instead of an exception.
    
    Relates to fluentassertions#1207 and fluentassertions#1151
    jnyrup committed Dec 29, 2019
    Copy the full SHA
    eaa952f View commit details
    Browse the repository at this point in the history