Skip to content

Progress reporting broken for async operations without a return value #357

@trombipeti

Description

@trombipeti

My fix for #353 was not perfect: I get no progress value with "resultless" async methods (public async Task SomeMethod(/* params */ IProgress<int> progress, CancellationToken cancellationToken)

The problem lies here I think:

and

We have a workaround for this issue in our project and I can only start working on this in August, but if you'd have time until then to fix it, I'd be very happy :)

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