We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code causes CC0068 Method is not used to be reported.
Private Sub Form_Load(ByVal sender as Object, ByVal e as EventArgs) Handles Me.Load End Sub
The text was updated successfully, but these errors were encountered:
414f65e
Merge pull request #474 from adraut/Bug#469CC0068EventHandlers
ade1ecf
Fix #469 by checking for a handles clause.
Also affecting C#. I will open an issue.
Sorry, something went wrong.
Fix code-cracker#469 by checking for a handles clause.
438d650
adraut
No branches or pull requests
The following code causes CC0068 Method is not used to be reported.
The text was updated successfully, but these errors were encountered: