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