5 references to TestCallbackWithString
Aspire.Hosting.RemoteHost.Tests (5)
CallbackProxyTests.cs (5)
108
var result = factory.CreateProxy("callback1", typeof(
TestCallbackWithString
));
111
Assert.IsAssignableFrom<
TestCallbackWithString
>(result);
120
var
proxy = (
TestCallbackWithString
)factory.CreateProxy("test-callback", typeof(
TestCallbackWithString
))!;