3 references to Development
Microsoft.Extensions.Hosting.Abstractions (3)
HostingEnvironmentExtensions.cs (3)
15/// Checks if the current hosting environment name is <see cref="EnvironmentName.Development"/>. 18/// <returns><see langword="true" /> if the environment name is <see cref="EnvironmentName.Development"/>, otherwise <see langword="false" />.</returns> 23return hostingEnvironment.IsEnvironment(EnvironmentName.Development);