3 references to Production
Microsoft.AspNetCore.Hosting.Abstractions (3)
HostingEnvironmentExtensions.cs (3)
37
/// Checks if the current hosting environment name is <see cref="EnvironmentName.
Production
"/>.
40
/// <returns>True if the environment name is <see cref="EnvironmentName.
Production
"/>, otherwise false.</returns>
45
return hostingEnvironment.IsEnvironment(EnvironmentName.
Production
);