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