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

Update IncludeCancellationParameter analyzer to check overloads #42

Open
sharwell opened this issue Dec 31, 2015 · 0 comments
Open

Update IncludeCancellationParameter analyzer to check overloads #42

sharwell opened this issue Dec 31, 2015 · 0 comments

Comments

@sharwell
Copy link
Member

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);
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant