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

Optional flag has incorrect documentation #593

Open
kaunglvlv opened this issue Sep 13, 2024 · 1 comment
Open

Optional flag has incorrect documentation #593

kaunglvlv opened this issue Sep 13, 2024 · 1 comment

Comments

@kaunglvlv
Copy link

Back in v7.0, ArgumentException was still being thrown even if optional was set to true (which I don't love). However, the documentation for the arg still says the exception is suppressed.

Determines the behavior of the App Configuration provider when an exception occurs while loading data from server. If false, the exception is thrown. If true, the exception is suppressed and no settings are populated from Azure App Configuration.

@amerjusupovic
Copy link
Member

@kaunglvlv Thanks for pointing that out, I think for now we can at least update this description to indicate that the provider will throw ArgumentException for any invalid parameters passed in.

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

2 participants