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

Workaround in RemoveUnusedMembersDiagnosticAnalyzer for VB handles cl… #30980

Merged
merged 2 commits into from
Nov 8, 2018

Conversation

mavasani
Copy link
Contributor

@mavasani mavasani commented Nov 6, 2018

…ause

Fixes #30895

This analyzer does not function correctly in presence of VB handles clause due to IOperation bugs #30978 and #30979. This change adds a temporary workaround to the analyzer to handle this case specially.

TODO: File a bug to track reverting the temporary workaround once #30978 and #30979 are fixed. Filed #30981

…ause

Fixes dotnet#30895

This analyzer does not function correctly in presence of VB handles clause due to IOperation bugs dotnet#30978 and dotnet#30979. This change adds a temporary workaround to the analyzer to handle this case specially.

TODO: File a bug to track reverting the temporary workaround once dotnet#30978 and dotnet#30979 are fixed.
@mavasani
Copy link
Contributor Author

mavasani commented Nov 6, 2018

Tagging @davkean

@mavasani mavasani closed this Nov 7, 2018
@mavasani mavasani reopened this Nov 7, 2018
@mavasani
Copy link
Contributor Author

mavasani commented Nov 7, 2018

Ping @dotnet/roslyn-ide for reviews.

@mavasani
Copy link
Contributor Author

mavasani commented Nov 7, 2018

@jinujoseph for approval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants