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),
90
new(new DirectoryPath(
_testDirectoryRoot
), _fileSystem, new FakeDangerousFileDetector());
120
_fileSystem.File.WriteAllText(Path.Combine(
_testDirectoryRoot
, ManifestFilename),
123
new(new DirectoryPath(
_testDirectoryRoot
), _fileSystem, new FakeDangerousFileDetector());
161
_fileSystem.File.WriteAllText(Path.Combine(
_testDirectoryRoot
, ManifestFilename),
164
new(new DirectoryPath(
_testDirectoryRoot
), _fileSystem);
183
_fileSystem.File.WriteAllText(Path.Combine(
_testDirectoryRoot
, ManifestFilename),
186
new(new DirectoryPath(
_testDirectoryRoot
), _fileSystem);