Skip to content

Generate async counterparts in an inherited type #108

@maca88

Description

@maca88
interface IInterface
{
   void SomeMethod();
}

/*
methodConversions:
  - conversion: ToAsync
    containingTypeName: IAsyncInterface
*/
interface IAsyncInterface : IInterface
{
}

The desired behavior is that the async counterparts from the IInterface would be generated in the IAsyncInterface interface. Originally requested here.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions