3 instantiations of ToolManifestCannotBeFoundException
dotnet (3)
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))));
2 references to ToolManifestCannotBeFoundException
dotnet (2)
Commands\Tool\Common\ToolManifestFinderExtensions.cs (1)
30
catch (
ToolManifestCannotBeFoundException
e)
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
91
catch (
ToolManifestCannotBeFoundException
e)