2 writes to Command
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
409Command = Command.Name,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
245Command = "run",
6 references to Command
dotnet-watch (3)
Program.cs (2)
331if (mainProjectOptions.Command != "run") 333logger.Log(MessageDescriptor.CommandDoesNotSupportHotReload, mainProjectOptions.Command);
Watch\BuildEvaluator.cs (1)
78MainProjectOptions.Command
Microsoft.DotNet.HotReload.Watch (3)
Browser\BrowserLauncher.cs (1)
121logger.LogDebug("Command '{Command}' does not support launching browsers.", projectOptions.Command);
Context\ProjectOptions.cs (1)
62=> Command is "run" or "test";
Process\ProjectLauncher.cs (1)
97projectOptions.Command,