2 writes to Command
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
390
Command
= Command.Name,
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
244
Command
= "run",
7 references to Command
dotnet-watch (3)
Program.cs (2)
329
if (mainProjectOptions.
Command
!= "run")
331
logger.Log(MessageDescriptor.CommandDoesNotSupportHotReload, mainProjectOptions.
Command
);
Watch\BuildEvaluator.cs (1)
78
MainProjectOptions.
Command
Microsoft.DotNet.HotReload.Watch (4)
Browser\BrowserLauncher.cs (1)
118
logger.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)
104
projectOptions.
Command
,