You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: