2 references to EnumerableValueTypeMethodHub
Microsoft.AspNetCore.SignalR.Tests (2)
NativeAotTests.cs (2)
154var e = await Assert.ThrowsAsync<InvalidOperationException>(() => InProcessTestServer<Startup<EnumerableValueTypeMethodHub>>.StartServer(NullLoggerFactory.Instance)); 356public async Task StreamValueType(ILogger<EnumerableValueTypeMethodHub> logger, IAsyncEnumerable<float> source)