DispatchProxyAsync
DispatchProxyAsync copied to clipboard
System.Reflection.DispatchProxy to Async Proxy
Any news? Maybe we can merge?
Async calls don't support `ref`- or `out` arguments but synchronous calls do. But this doesn't work in DispatchProxyAsync. When calling via `Invoke`, those arg types should be supported but I...
Hello, I am trying to dynamically create proxies for a list of types (`List` from an assembly scan) but I could not find a way to use the generic DispatchProxyAsync.Create...