3 writes to Command
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
215
Command
= "run",
CommandLine\CommandLineOptions.cs (1)
372
Command
= Command,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
66
Command
= "run",
8 references to Command
dotnet-watch (8)
Browser\BrowserLauncher.cs (2)
121
if (!CommandLineOptions.IsCodeExecutionCommand(projectOptions.
Command
))
123
logger.LogDebug("Command '{Command}' does not support launching browsers.", projectOptions.
Command
);
Process\ProjectLauncher.cs (1)
119
projectOptions.
Command
,
Program.cs (2)
249
if (rootProjectOptions.
Command
!= "run")
251
logger.LogDebug("Command '{Command}' does not support Hot Reload.", rootProjectOptions.
Command
);
Watch\BuildEvaluator.cs (3)
49
CommandLineOptions.IsCodeExecutionCommand(_context.RootProjectOptions.
Command
))
58
return [_context.RootProjectOptions.
Command
, "--no-restore", .. _context.RootProjectOptions.CommandArguments];
62
return [_context.RootProjectOptions.
Command
, .. _context.RootProjectOptions.CommandArguments];