1 write to _manifestFilePath
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
81
_manifestFilePath
= Path.Combine(_temporaryDirectory, "dotnet-tools.json");
15 references to _manifestFilePath
dotnet.Tests (15)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (15)
82
_fileSystem.File.WriteAllText(Path.Combine(_temporaryDirectory,
_manifestFilePath
), _jsonContent);
133
_fileSystem.File.Delete(
_manifestFilePath
);
153
_fileSystem.File.Delete(
_manifestFilePath
);
178
_fileSystem.File.Delete(
_manifestFilePath
);
216
_fileSystem.File.ReadAllText(
_manifestFilePath
).Should()
237
_fileSystem.File.ReadAllText(
_manifestFilePath
).Should()
267
_manifestFilePath
).Green());
289
_fileSystem.File.ReadAllText(
_manifestFilePath
).Should()
297
new FilePath(
_manifestFilePath
),
322
_fileSystem.File.Delete(
_manifestFilePath
);
344
_fileSystem.File.Exists(
_manifestFilePath
).Should().BeFalse("No manifest should exist in the root folder");
432
_fileSystem.File.Delete(
_manifestFilePath
);
456
_fileSystem.File.Delete(
_manifestFilePath
);
479
_fileSystem.File.Delete(
_manifestFilePath
);
503
_fileSystem.File.Delete(
_manifestFilePath
);