3 references to CmdTestNoTestProjectsFound
dotnet (3)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
773
throw new GracefulException(CliCommandStrings.
CmdTestNoTestProjectsFound
);
845
throw new GracefulException(CliCommandStrings.
CmdTestNoTestProjectsFound
);
Commands\Test\MTP\MSBuildHandler.cs (1)
66
Reporter.Error.WriteLine(CliCommandStrings.
CmdTestNoTestProjectsFound
);