DispatchProxyAsync icon indicating copy to clipboard operation
DispatchProxyAsync copied to clipboard

System.Reflection.DispatchProxy to Async Proxy

Results 4 DispatchProxyAsync issues
Sort by recently updated
recently updated
newest added

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...