Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Update IncludeCancellationParameter analyzer to check overloads #42

@sharwell

Description

@sharwell

Currently the analyzer does not check for an overload that takes a cancellation token. For example, the following interface would result in a diagnostic being reported, but it shouldn't.

interface InterfaceName
{
  Task MethodAsync();
  Task MethodAsync(CancellationToken cancellationToken);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions