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