1 write to _testDirectoryRoot
dotnet.Tests (1)
CommandFactoryTests\GivenALocalToolsCommandResolver.cs (1)
29_testDirectoryRoot = _fileSystem.Directory.CreateTemporaryDirectory().DirectoryPath;
8 references to _testDirectoryRoot
dotnet.Tests (8)
CommandFactoryTests\GivenALocalToolsCommandResolver.cs (8)
87_fileSystem.File.WriteAllText(Path.Combine(_testDirectoryRoot, ManifestFilename), 90new(new DirectoryPath(_testDirectoryRoot), _fileSystem, new FakeDangerousFileDetector()); 120_fileSystem.File.WriteAllText(Path.Combine(_testDirectoryRoot, ManifestFilename), 123new(new DirectoryPath(_testDirectoryRoot), _fileSystem, new FakeDangerousFileDetector()); 161_fileSystem.File.WriteAllText(Path.Combine(_testDirectoryRoot, ManifestFilename), 164new(new DirectoryPath(_testDirectoryRoot), _fileSystem); 183_fileSystem.File.WriteAllText(Path.Combine(_testDirectoryRoot, ManifestFilename), 186new(new DirectoryPath(_testDirectoryRoot), _fileSystem);