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.
Currently the AvoidAsyncVoid analyzer does not have any special consideration for event handlers. The desired behavior for these cases should be explicitly documented, even if the implementation is kept as-is.
The text was updated successfully, but these errors were encountered:
@paulomorgado No, I mean modify the way this analyzer examines code. Right now there is no special analysis for event handlers so they are analyzed the same way as any other method.
Currently the AvoidAsyncVoid analyzer does not have any special consideration for event handlers. The desired behavior for these cases should be explicitly documented, even if the implementation is kept as-is.
The text was updated successfully, but these errors were encountered: