dotnet/roslyn
IDE0059 (unnecessary assignment to a value) false positive for VB catch statement
オープン
#45,896 opened on 2020/07/10
Area-IDEBugFeature - IDE0059IDE-CodeStylehelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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