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

Define the behavior of AvoidAsyncSuffix for Event-based Asynchronous Pattern #16

Open
sharwell opened this issue May 5, 2015 · 0 comments

Comments

@sharwell
Copy link
Member

sharwell commented May 5, 2015

The current implementation of the AvoidAsyncSuffix analyzer only targets the Task-based Asynchronous Pattern (TAP). The Event-based Asynchronous Pattern (EAP) also uses the Async suffix for certain methods, but the signatures are different from the TAP.

The behavior of the AvoidAsyncSuffix analyzer should be fully defined for this case, and tests included to detect regressions.

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