dotnet/roslyn
IDE0059 (unnecessary assignment to a value) false positive for VB catch statement
Aperta
#45.896 aperta il 10 lug 2020
Area-IDEBugFeature - IDE0059IDE-CodeStylehelp wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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