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