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