2 references to SystemTextJsonExtensions
Microsoft.AspNetCore.SignalR.Protocols.Json (2)
Protocol\JsonHubProtocol.cs (2)
178
$"Expected '{StreamIdsPropertyName}' to be of type {
SystemTextJsonExtensions
.GetTokenString(JsonTokenType.StartArray)}.");
293
throw new InvalidDataException($"Expected '{ArgumentsPropertyName}' to be of type {
SystemTextJsonExtensions
.GetTokenString(JsonTokenType.StartArray)}.");