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