1 write to RootDir
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
44RootDir = baseDir;
4 references to RootDir
Aspire.EndToEnd.Tests (4)
tests\Shared\WorkloadTesting\AspireProject.cs (4)
30public string AppHostProjectDirectory => Path.Combine(RootDir, $"{Id}.AppHost"); 31public string ServiceDefaultsProjectPath => Path.Combine(RootDir, $"{Id}.ServiceDefaults"); 32public string TestsProjectDirectory => Path.Combine(RootDir, $"{Id}.Tests"); 266workingDirectory ??= Path.Combine(RootDir, $"{Id}.AppHost");