dotnet/roslyn
IDE0059 (unnecessary assignment to a value) false positive for VB catch statement
开放
#45,896 创建于 2020年7月10日
Area-IDEBugFeature - IDE0059IDE-CodeStylehelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
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