11 instantiations of ToolManifestException
dotnet (11)
ToolManifest\JsonElementExtension.cs (3)
21throw new ToolManifestException( 41throw new ToolManifestException( 61throw new ToolManifestException(
ToolManifest\ToolManifestEditor.cs (8)
57throw new ToolManifestException(string.Format( 117throw new ToolManifestException( 159throw new ToolManifestException( 181throw new ToolManifestException( 191throw new ToolManifestException( 218throw new ToolManifestException(string.Format(CliStrings.JsonParsingError, 300throw new ToolManifestException( 416throw new ToolManifestException(string.Format(
17 references to ToolManifestException
dotnet.Tests (17)
ToolManifestTests\ToolManifestEditorTests.cs (5)
119a.Should().Throw<ToolManifestException>() 160a.Should().Throw<ToolManifestException>() 180a.Should().NotThrow<ToolManifestException>(); 222a.Should().Throw<ToolManifestException>() 241a.Should().Throw<ToolManifestException>()
ToolManifestTests\ToolManifestFinderTests.cs (12)
213a.Should().Throw<ToolManifestException>().And.Message.Should() 288a.Should().Throw<ToolManifestException>().And.Message.Should().Contain( 308a.Should().Throw<ToolManifestException>().And.Message.Should() 325a.Should().Throw<ToolManifestException>() 342a.Should().Throw<ToolManifestException>(); 475a.Should().Throw<ToolManifestException>().And.Message.Should().Contain(string.Format( 492a.Should().Throw<ToolManifestException>().And.Message.Should().Contain(CliStrings.ManifestMissingIsRoot); 579a.Should().Throw<ToolManifestException>(); 593a.Should().Throw<ToolManifestException>(); 607a.Should().Throw<ToolManifestException>(); 665a.Should().Throw<ToolManifestException>() 686a.Should().Throw<ToolManifestException>();