2 references to WithSeverityWhen
Microsoft.DotNet.HotReload.Watch (2)
AppModels\WebApplicationAppModel.cs (2)
74
logger.Log(MessageDescriptor.SkippingConfiguringBrowserRefresh_SuppressedViaEnvironmentVariable.
WithSeverityWhen
(MessageSeverity.Error, RequiresBrowserRefresh), EnvironmentVariables.Names.SuppressBrowserRefresh);
80
logger.Log(MessageDescriptor.SkippingConfiguringBrowserRefresh_TargetFrameworkNotSupported.
WithSeverityWhen
(MessageSeverity.Error, RequiresBrowserRefresh));