Skip to content

Issues: dotnet/roslyn-analyzers

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

CA1854 isn't catching cases that aren't directly part of an if statement Area-Microsoft.CodeAnalysis.NetAnalyzers False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7369 opened Aug 7, 2024 by BrennanConroy
CA1860 Does not apply to inherited Length/Count/IsEmpty properties Area-Microsoft.CodeAnalysis.NetAnalyzers False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7368 opened Aug 3, 2024 by omsmith
CA1416 (Validate platform compatibility) doesn't work for implicit operators Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7350 opened Jul 11, 2024 by LunarWhisper
CA2014 (stackalloc in a loop) doesn't recognize stackallocs with inferred type Area-Microsoft.CodeAnalysis.NetAnalyzers False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7122 opened Dec 14, 2023 by mehmet-soyturk-qonic Unknown
CA1861: Avoid constant arrays improvements Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Negative No diagnostic is reported for a problematic case needs-further-triage
#7001 opened Oct 21, 2023 by Youssef1313
CA1831 and CA1846 don't fire when combining range syntax with Substring Area-Microsoft.CodeAnalysis.NetAnalyzers False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6907 opened Sep 3, 2023 by Neme12 Unknown
CA2000 should report on JsonDocument instances returned from JsonDocument.Parse Area-Microsoft.CodeAnalysis.NetAnalyzers Enhancement False_Negative No diagnostic is reported for a problematic case good first issue help wanted The issue is up-for-grabs, and can be claimed by commenting
#6861 opened Aug 17, 2023 by stephentoub
CA1508 false negative for pattern expressions Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design DataFlow False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6806 opened Jul 26, 2023 by mavasani Unknown
CA2000 should report System.Diagnostics.Processes returned from static methods like GetCurrentProcess() Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design Category-Reliability False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting Priority:3 Nice to have (suitable for disabled by default rules and ported FxCop rules)
#6688 opened Jun 15, 2023 by LukasGelke Unknown
No RS0016/RS0017 warnings when a public class was made abstract Area-Microsoft.CodeAnalysis.PublicApiAnalyzers Bug The product is not behaving according to its current intended design False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6585 opened Apr 13, 2023 by bitbonk Unknown
EnforceExtendedAnalyzerRules should ban StringBuilder.AppendLine Area-Microsoft.CodeAnalysis.Analyzers False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6572 opened Apr 6, 2023 by sharwell Unknown
ImmutableObjectMethodAnalyzer should flag ignored result of NormalizeWhitespace Area-Microsoft.CodeAnalysis.Analyzers False_Negative No diagnostic is reported for a problematic case good first issue help wanted The issue is up-for-grabs, and can be claimed by commenting
#6567 opened Apr 3, 2023 by Youssef1313 Unknown
CA1508 misses dead code DataFlow Enhancement False_Negative No diagnostic is reported for a problematic case good first issue help wanted The issue is up-for-grabs, and can be claimed by commenting
#6497 opened Feb 19, 2023 by geeknoid
CA1416: False positive when using in a LINQ statement Area-Microsoft.CodeAnalysis.NetAnalyzers False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6439 opened Jan 18, 2023 by AnthonyIacono
CA2018: Handle Arrays passed in using Array.CreateInstance Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#5371 opened Aug 12, 2021 by mahdiva .NET vNext
CA1508 (Avoid dead conditional code) - not analyzing 'HasValue' of nullable value types Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design DataFlow False_Negative No diagnostic is reported for a problematic case
#5003 opened Apr 8, 2021 by kindermannhubert Unknown
RS0017 claims APIs are not public when they are created by Source Generators Area-Microsoft.CodeAnalysis.PublicApiAnalyzers Bug The product is not behaving according to its current intended design False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#4729 opened Jan 22, 2021 by AArnott vNext
CA2000 not reported for types implementing IDisposable. It's reported only for IAsyncDisposable Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design DataFlow False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#4453 opened Nov 22, 2020 by cezarypiatek Unknown
Taint analysis false negative on property access Bug The product is not behaving according to its current intended design Category-Security False_Negative No diagnostic is reported for a problematic case
#4065 opened Aug 25, 2020 by JarLob Unknown
CA1062 not firing if '?.' is used on the previous line Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design DataFlow False_Negative No diagnostic is reported for a problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#3531 opened Apr 20, 2020 by mavasani Unknown
ProTip! no:milestone will show everything without a milestone.