dotnet/roslyn
View on GitHubIDE0059 (unnecessary assignment to a value) false positive for VB catch statement
Open
#45,896 opened on Jul 10, 2020
Area-IDEBugFeature - IDE0059IDE-CodeStylehelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
e1 is flagged with IDE0059, but there is no way to remove it:
https://github.com/dotnet/roslyn/blob/e5a8db4ff486983f531ab56adc585c191cf95885/src/EditorFeatures/VisualBasicTest/EditAndContinue/VisualBasicEditAndContinueAnalyzerTests.vb#L91-L110