3 references to UnexpectedMessageWithoutTestHostHandshake
dotnet (3)
Commands\Test\MTP\TestApplicationHandler.cs (3)
206
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutTestHostHandshake
, nameof(DiscoveredTestMessages)));
246
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutTestHostHandshake
, nameof(TestResultMessages)));
349
throw new InvalidOperationException(string.Format(CliCommandStrings.
UnexpectedMessageWithoutTestHostHandshake
, nameof(FileArtifactMessages)));