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
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