4 writes to Command
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
373
Command
= Command,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
66
Command
= "run",
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
227
Command
= "run",
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
37
Command
= "run",
7 references to Command
dotnet-watch (4)
Program.cs (2)
228
if (rootProjectOptions.
Command
!= "run")
230
logger.LogDebug("Command '{Command}' does not support Hot Reload.", rootProjectOptions.
Command
);
Watch\BuildEvaluator.cs (2)
58
return [_context.RootProjectOptions.
Command
, "--no-restore", .. _context.RootProjectOptions.CommandArguments];
62
return [_context.RootProjectOptions.
Command
, .. _context.RootProjectOptions.CommandArguments];
Microsoft.DotNet.HotReload.Watch (3)
Browser\BrowserLauncher.cs (1)
113
logger.LogDebug("Command '{Command}' does not support launching browsers.", projectOptions.
Command
);
Context\ProjectOptions.cs (1)
35
=>
Command
is "run" or "test";
Process\ProjectLauncher.cs (1)
122
projectOptions.
Command
,