Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created August 3, 2021 08:34
Show Gist options
  • Save VisualBean/9d08d68243bf29944d272be225bf8d50 to your computer and use it in GitHub Desktop.
Save VisualBean/9d08d68243bf29944d272be225bf8d50 to your computer and use it in GitHub Desktop.
if (_configuration == null && Options.ConfigurationManager != null)
{
_configuration = await Options.ConfigurationManager.GetConfigurationAsync(Context.RequestAborted);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment