3 references to Staging
Microsoft.Extensions.Hosting.Abstractions (3)
HostEnvironmentEnvExtensions.cs (3)
26
/// Checks if the current host environment name is <see cref="Environments.
Staging
"/>.
29
/// <returns><see langword="true"/> if the environment name is <see cref="Environments.
Staging
"/>, otherwise <see langword="false"/>.</returns>
34
return hostEnvironment.IsEnvironment(Environments.
Staging
);