3 instantiations of ToolManifestCannotBeFoundException
dotnet-aot (3)
parent\dotnet\ToolManifest\ToolManifestFinder.cs (3)
44
throw new
ToolManifestCannotBeFoundException
(string.Format(CliStrings.CannotFindAManifestFile, string.Join(Environment.NewLine, allPossibleManifests.Select(f => "\t" + f.manifestfile.Value))));
210
throw new
ToolManifestCannotBeFoundException
(string.Format(CliStrings.CannotFindAManifestFile, string.Join(Environment.NewLine, EnumerateDefaultAllPossibleManifests().Select(f => "\t" + f.manifestfile.Value))));
297
throw new
ToolManifestCannotBeFoundException
(string.Format(CliStrings.CannotFindAManifestFile, string.Join(Environment.NewLine, EnumerateDefaultAllPossibleManifests().Select(f => "\t" + f.manifestfile.Value))));
1 reference to ToolManifestCannotBeFoundException
dotnet-aot (1)
parent\dotnet\Commands\Tool\Common\ToolManifestFinderExtensions.cs (1)
30
catch (
ToolManifestCannotBeFoundException
e)