1 write to Binary
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\MessagePackHubProtocolTestBase.cs (1)
539Binary = binary;
3 references to Binary
Microsoft.AspNetCore.SignalR.Common.Tests (3)
Internal\Protocol\MessagePackHubProtocolTestBase.cs (3)
225var bytes = Convert.FromBase64String(testData.Binary); 280Assert.True(string.Equals(actual, testData.Binary, StringComparison.Ordinal), $"Binary encoding changed from{Environment.NewLine} [{testData.Binary}]{Environment.NewLine} to{Environment.NewLine} [{actual}]{Environment.NewLine}Please verify the MsgPack output and update the baseline");