1 write to _fileSystem
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
ToolPackageMock.cs (1)
32
_fileSystem
= fileSystem ?? throw new ArgumentNullException(nameof(fileSystem));
2 references to _fileSystem
Microsoft.DotNet.Tools.Tests.ComponentMocks (2)
ToolPackageMock.cs (2)
77
var executablePath =
_fileSystem
.File.ReadAllText(Path.Combine(PackageDirectory.Value, "project.assets.json"));
81
var configuration = ToolConfigurationDeserializer.Deserialize(settingsFilePath,
_fileSystem
);