5 references to NoExecutableFoundMatchingCommand
dotnet.Tests (3)
GivenThatDotNetRunsCommands.cs (1)
33.And.HaveStdOutContaining(string.Format(LocalizableStrings.NoExecutableFoundMatchingCommand, "dotnet-crash"));
PackagedCommandTests.cs (2)
167string.Format(LocalizableStrings.NoExecutableFoundMatchingCommand, "dotnet-nonexistingtool")); 250string.Format(LocalizableStrings.NoExecutableFoundMatchingCommand, "dotnet-hello"));
Microsoft.DotNet.Cli.Utils (2)
CommandUnknownException.cs (2)
14LocalizableStrings.NoExecutableFoundMatchingCommand, 22LocalizableStrings.NoExecutableFoundMatchingCommand,