1 write to _manifestFilePath
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (1)
101
_manifestFilePath
= Path.Combine(_temporaryDirectory, "dotnet-tools.json");
9 references to _manifestFilePath
dotnet.Tests (9)
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (9)
102
_fileSystem.File.WriteAllText(Path.Combine(_temporaryDirectory,
_manifestFilePath
), _jsonContent);
226
_fileSystem.File.Delete(
_manifestFilePath
);
227
_fileSystem.File.WriteAllText(Path.Combine(_temporaryDirectory,
_manifestFilePath
), _jsonEmptyContent);
237
_fileSystem.File.Delete(
_manifestFilePath
);
248
_fileSystem.File.Delete(
_manifestFilePath
);
309
_manifestFilePath
).Green());
342
_reporter.Lines[0].Should().NotContain(
_manifestFilePath
);
361
_manifestFilePath
));
376
_manifestFilePath
));