11 references to Names
dotnet-watch (3)
Program.cs (1)
49
Environment.SetEnvironmentVariable(EnvironmentVariables.
Names
.DotnetHostPath, environmentOptions.GetMuxerPath());
Watch\DotNetWatcher.cs (2)
59
[EnvironmentVariables.
Names
.DotnetWatch] = "1",
60
[EnvironmentVariables.
Names
.DotnetWatchIteration] = (iteration + 1).ToString(CultureInfo.InvariantCulture),
Microsoft.DotNet.HotReload.Watch (8)
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 (3)
57
public static bool SuppressBrowserRefresh => ReadBool(
Names
.SuppressBrowserRefresh);
81
public static int AgentWebSocketPort => ReadInt(
Names
.DotNetWatchAgentWebSocketPort) ?? 0;
87
public static int? AgentWebSocketSecurePort => ReadInt(
Names
.DotNetWatchAgentWebSocketSecurePort);
Process\ProjectLauncher.cs (3)
72
environmentBuilder[EnvironmentVariables.
Names
.DotnetWatch] = "1";
73
environmentBuilder[EnvironmentVariables.
Names
.DotnetWatchIteration] = (Iteration + 1).ToString(CultureInfo.InvariantCulture);
77
environmentBuilder[EnvironmentVariables.
Names
.HotReloadDeltaClientLogMessages] =