5 references to _jsonContent
dotnet.Tests (5)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (5)
82_fileSystem.File.WriteAllText(Path.Combine(_temporaryDirectory, _manifestFilePath), _jsonContent); 180_fileSystem.File.WriteAllText(explicitManifestFilePath, _jsonContent); 290.Be(_jsonContent, "Manifest file should not be changed"); 326_fileSystem.File.WriteAllText(configManifestPath, _jsonContent); 341configManifestContent.Should().NotBe(_jsonContent, "The .config manifest should have been updated with the new tool");