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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
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.Load
does not configure it'sGetAwaiter()
continueOnCapturedContext
option to false. Calling this from not async code bases can cause a deadlock.Any chance we can use this instead?
The text was updated successfully, but these errors were encountered: