3 references to IRefParamMethodClient
Microsoft.AspNetCore.SignalR.Tests (3)
Internal\TypedClientBuilderTests.cs (3)
184var ex = Assert.Throws<InvalidOperationException>(() => TypedClientBuilder<IRefParamMethodClient>.Build(clientProxy)); 186$"Cannot generate proxy implementation for '{typeof(IRefParamMethodClient).FullName}.{nameof(IRefParamMethodClient.Method)}'. Client proxy methods must not have 'ref' parameters.", ex.Message);