3 overrides of RequiresBrowserRefresh
dotnet-watch (3)
HotReload\AppModels\BlazorWebAssemblyAppModel.cs (1)
20
public override bool
RequiresBrowserRefresh
=> true;
HotReload\AppModels\BlazorWebAssemblyHostedAppModel.cs (1)
22
public override bool
RequiresBrowserRefresh
=> true;
HotReload\AppModels\WebServerAppModel.cs (1)
15
public override bool
RequiresBrowserRefresh
3 references to RequiresBrowserRefresh
dotnet-watch (3)
HotReload\AppModels\WebApplicationAppModel.cs (3)
31
if (
RequiresBrowserRefresh
&& browserRefreshServer == null)
74
logger.Log(MessageDescriptor.SkippingConfiguringBrowserRefresh_SuppressedViaEnvironmentVariable.WithSeverityWhen(MessageSeverity.Error,
RequiresBrowserRefresh
), EnvironmentVariables.Names.SuppressBrowserRefresh);
80
logger.Log(MessageDescriptor.SkippingConfiguringBrowserRefresh_TargetFrameworkNotSupported.WithSeverityWhen(MessageSeverity.Error,
RequiresBrowserRefresh
));