2 writes to Command
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
390Command = Command.Name,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
244Command = "run",
7 references to Command
dotnet-watch (3)
Program.cs (2)
329if (mainProjectOptions.Command != "run") 331logger.Log(MessageDescriptor.CommandDoesNotSupportHotReload, mainProjectOptions.Command);
Watch\BuildEvaluator.cs (1)
78MainProjectOptions.Command
Microsoft.DotNet.HotReload.Watch (4)
Browser\BrowserLauncher.cs (1)
118logger.LogDebug("Command '{Command}' does not support launching browsers.", projectOptions.Command);
Context\ProjectOptions.cs (2)
49/// Arguments passed to <see cref="Command"/> to launch to the project. 62=> Command is "run" or "test";
Process\ProjectLauncher.cs (1)
104projectOptions.Command,