13 references to WriteGitDirFile
Aspire.Cli.Tests (13)
Backchannel\AuxiliaryBackchannelMonitorTests.cs (2)
100TestGitWorktree.WriteGitDirFile( 124TestGitWorktree.WriteGitDirFile(submoduleRoot, Path.Combine(adminDirectory, "modules", "dep"));
Git\GitWorktreeTests.cs (10)
161var gitFilePath = TestGitWorktree.WriteGitDirFile(worktreeRoot, aliasDirectory); 202var gitFilePath = TestGitWorktree.WriteGitDirFile(worktreeRoot, adminDirectory); 287TestGitWorktree.WriteGitDirFile( 301var gitFilePath = TestGitWorktree.WriteGitDirFile(worktreeRoot, adminDirectory); 318var otherGitFile = TestGitWorktree.WriteGitDirFile( 334TestGitWorktree.WriteGitDirFile( 347TestGitWorktree.WriteGitDirFile( 391TestGitWorktree.WriteGitDirFile(submoduleRoot, Path.Combine(adminDirectory, "modules", "dep")); 406TestGitWorktree.WriteGitDirFile( 443TestGitWorktree.WriteGitDirFile(
TestServices\TestGitWorktree.cs (1)
17var gitFilePath = WriteGitDirFile(worktreeRoot, adminDirectory, useRelativePaths);