2 writes to RepoRoot
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (2)
74RepoRoot = TestUtils.FindRepoRoot(); 293RepoRoot = otherBuildEnvironment.RepoRoot;
9 references to RepoRoot
Aspire.EndToEnd.Tests (9)
IntegrationServicesFixture.cs (2)
52if (BuildEnvironment.RepoRoot is null) 56_testProjectPath = Path.Combine(BuildEnvironment.RepoRoot.FullName, "tests", "testproject");
tests\Shared\TemplatesTesting\BuildEnvironment.cs (7)
77if (RepoRoot is not null) 82var sdkFromArtifactsPath = Path.Combine(RepoRoot!.FullName, "artifacts", "bin", sdkDirName); 92$"Could not find a SDK with the necessary components installed at {sdkFromArtifactsPath} computed from {nameof(RepoRoot)}={RepoRoot}." + 114BuiltNuGetsPath = Path.Combine(RepoRoot.FullName, "artifacts", "packages", "Debug", "Shipping"); 117PlaywrightProvider.DetectAndSetInstalledPlaywrightDependenciesPath(RepoRoot); 293RepoRoot = otherBuildEnvironment.RepoRoot;