Skip to content

Missing support for ref- and out args for sync calls #4

@crystalgreen

Description

@crystalgreen

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 get an exception. The original DispatchProxy does support it.

See my example on dotnetfiddle.
Also try only out- args or only ref-args.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions