3 writes to WorkingDirectory
dotnet-watch (2)
Aspire\AspireServiceFactory.cs (1)
213
WorkingDirectory
= Path.GetDirectoryName(projectLaunchInfo.ProjectPath) ?? throw new InvalidOperationException(),
CommandLine\CommandLineOptions.cs (1)
371
WorkingDirectory
= workingDirectory,
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
64
WorkingDirectory
= workingDirectory,
1 reference to WorkingDirectory
dotnet-watch (1)
Process\ProjectLauncher.cs (1)
67
WorkingDirectory = projectOptions.
WorkingDirectory
,