dotnet/roslyn
Auf GitHub ansehenOnly Left and returnValue gets checked for dynamic in signature
Open
#69.215 geöffnet am 25. Juli 2023
Area-CompilersBughelp wanted
Repository-Metriken
- Stars
- (20.414 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)
Beschreibung
[jcouv:] the linked PR makes it clearer what the problem is. It just needs a test to verify the impact and fix.
Version Used: Main branch
Steps to Reproduce:
- I ran a roslyn analyser to check for identical subexpressions on this repo and encountered a diagnostic on this line.
- I checked to code if this was a correct diagnostic and to me it seemed like a correct diagnostic
Diagnostic Id: IdenticalSubexpression Expected Behavior: No diagnostic from an identical subexpression subexpression Actual Behavior:
I get a diagnostic from an identical subexpression subexpression on this line