Skip to content
New issue

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

CC0068 Reported Incorrectly for VB Event Handlers #469

Closed
adraut opened this issue Aug 28, 2015 · 1 comment
Closed

CC0068 Reported Incorrectly for VB Event Handlers #469

adraut opened this issue Aug 28, 2015 · 1 comment

Comments

@adraut
Copy link

adraut commented Aug 28, 2015

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
@giggio giggio added this to the 1.0.0 milestone Aug 29, 2015
@giggio giggio closed this as completed in 414f65e Aug 29, 2015
giggio added a commit that referenced this issue Aug 29, 2015
@giggio
Copy link
Member

giggio commented Aug 29, 2015

Also affecting C#. I will open an issue.

jwooley pushed a commit to jwooley/code-cracker that referenced this issue Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants