1 write to _workspace
Infrastructure.Tests (1)
TestTriggerMap\GraphAffectedProjectsTests.cs (1)
337_workspace = workspace;
6 references to _workspace
Infrastructure.Tests (6)
TestTriggerMap\GraphAffectedProjectsTests.cs (6)
387var newFull = System.IO.Path.Combine(_workspace.Path, newRelativePath.Replace('/', System.IO.Path.DirectorySeparatorChar)); 392return GraphAffectedProjects.Compute(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: baseSha, to: "HEAD", changedFilesPath: null).AffectedProjects; 397var fullPath = System.IO.Path.Combine(_workspace.Path, relativePath.Replace('\\', System.IO.Path.DirectorySeparatorChar)); 422private string Git(params string[] args) => GitCli.Run(_workspace.Path, args); 424public void Dispose() => _workspace.Dispose();