2 references to SuppressBrowserRefresh
dotnet-watch (2)
CommandLine\EnvironmentVariables.cs (1)
39
public static bool SuppressBrowserRefresh => ReadBool(Names.
SuppressBrowserRefresh
);
HotReload\AppModels\WebApplicationAppModel.cs (1)
74
logger.Log(MessageDescriptor.SkippingConfiguringBrowserRefresh_SuppressedViaEnvironmentVariable.WithSeverityWhen(MessageSeverity.Error, RequiresBrowserRefresh), EnvironmentVariables.Names.
SuppressBrowserRefresh
);