2 references to ManifestMissingIsRoot
dotnet (1)
ToolManifest\ToolManifestEditor.cs (1)
235errors.Add(string.Format(CliStrings.ManifestMissingIsRoot, path.Value));
dotnet.Tests (1)
ToolManifestTests\ToolManifestFinderTests.cs (1)
492a.Should().Throw<ToolManifestException>().And.Message.Should().Contain(CliStrings.ManifestMissingIsRoot);