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