You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently started looking at the Azure App Configuration provider, and due to some particular requirements we need to process and identify the list of providers from the configuration root.
Most of the other provider implementations are public and can be easily identified, but the AzureAppConfigurationProvider is not.
Could this class (and possibly other exposed classes in the Azure App Configuration provider) be made public instead of internal?