1 write to RootDir
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
45RootDir = baseDir;
4 references to RootDir
Aspire.EndToEnd.Tests (4)
tests\Shared\TemplatesTesting\AspireProject.cs (4)
32public string ServiceDefaultsProjectPath => Path.Combine(RootDir, $"{Id}.ServiceDefaults"); 33public string TestsProjectDirectory => Path.Combine(RootDir, $"{Id}.Tests"); 50AppHostProjectDirectory = Path.Combine(RootDir, $"{Id}.AppHost"); 322workingDirectory ??= Path.Combine(RootDir, $"{Id}.AppHost");