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));