1 write to RootDir
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
45RootDir = baseDir;
7 references to RootDir
Aspire.Templates.Tests (7)
BuildAndRunTemplateTests.cs (2)
81var cpmFilePath = Path.Combine(project.RootDir, "Directory.Packages.props"); 161var projectName = Directory.GetFiles(project.RootDir, "*.csproj").FirstOrDefault();
TemplateTestsBase.cs (1)
60string rootDirToUse = overrideRootDir ?? project.RootDir;
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");