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
AzureKeyVaultConfigurationProvider.Load does not configure it's GetAwaiter()continueOnCapturedContext option to false. Calling this from not async code bases can cause a deadlock.
https://github.com/aspnet/Configuration/blob/dev/src/Microsoft.Extensions.Configuration.AzureKeyVault/AzureKeyVaultConfigurationProvider.cs#L44
AzureKeyVaultConfigurationProvider.Loaddoes not configure it'sGetAwaiter()continueOnCapturedContextoption to false. Calling this from not async code bases can cause a deadlock.Any chance we can use this instead?