3 references to SuppressBrowserRefresh
Microsoft.DotNet.HotReload.Watch (3)
AppModels\WebApplicationAppModel.cs (2)
74
logger.Log(MessageDescriptor.BrowserRefreshSuppressedViaEnvironmentVariable_ApplicationWillBeRestarted, EnvironmentVariables.Names.
SuppressBrowserRefresh
);
78
logger.Log(MessageDescriptor.BrowserRefreshSuppressedViaEnvironmentVariable_ManualRefreshRequired, EnvironmentVariables.Names.
SuppressBrowserRefresh
);
Context\EnvironmentVariables.cs (1)
57
public static bool SuppressBrowserRefresh => ReadBool(Names.
SuppressBrowserRefresh
);