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