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

CA1003 does not take the return value of an event handler into account Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7373 opened Aug 9, 2024 by dlebansais
CA2021 false positive for .Cast<> from generic base class in .NET 9.0 Preview 6 Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7357 opened Jul 20, 2024 by bgrainger
CA1416 ("Validate platform compatibility") ignores [DoesNotReturn] False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7345 opened Jul 5, 2024 by LukasGelke
CA1508: False positive in switch expression when conditions Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7338 opened Jun 26, 2024 by AnthonyMastrean
CA1508: False positive with nullable in switch expression default case Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7337 opened Jun 26, 2024 by AnthonyMastrean
CA2254 should not apply when null coalescing expression is used False_Positive A diagnostic is reported for non-problematic case
#7291 opened Apr 15, 2024 by drewnoakes
Spurious CA2012 on lhs of pattern match Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7159 opened Jan 25, 2024 by poizan42
CA1508: false positive Area-Microsoft.CodeAnalysis.NetAnalyzers Category-Maintainability False_Positive A diagnostic is reported for non-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)
#7152 opened Jan 18, 2024 by emperador-ming Unknown
CA1848 false positive on LoggerMessage methods Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7150 opened Jan 17, 2024 by TaffarelJr
CA2213 does not work well with WinForms/Designer.cs Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-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)
#7147 opened Jan 17, 2024 by LukasGelke Unknown
CA1862 recommended for using string.Equals to perform case insensitive comparison but Entity Framework does not support it Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7141 opened Jan 12, 2024 by vsfeedback .NET vNext
CA2000 false positive after upgrading to Visual Studio 2022 17.8 Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7139 opened Jan 12, 2024 by vsfeedback Unknown
CA2213: False positive if base class Dispose is virtual Area-Microsoft.CodeAnalysis.NetAnalyzers False_Positive A diagnostic is reported for non-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)
#7131 opened Jan 10, 2024 by manfred-brands Unknown
CA1859 improperly handles default interface implementations Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7093 opened Dec 13, 2023 by Dean-NC .NET vNext
CA1862 false positive with the same variable on both sides of the comparison Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7074 opened Dec 7, 2023 by xiety .NET vNext
CA1859: False positive in VB.NET iterator method Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case
#7029 opened Nov 14, 2023 by reduckted .NET vNext
CA1508 false positive: null check in finally block flagged when null assigned inside using Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design DataFlow False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#7028 opened Nov 14, 2023 by jonathanou Unknown
CA1058: False positive Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6991 opened Oct 18, 2023 by drieseng Unknown
CA1062 False positive because [NotNullWhen] is not respected Area-Microsoft.CodeAnalysis.NetAnalyzers Enhancement False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6990 opened Oct 18, 2023 by RobSiklos Unknown
CA1508: Null check + assignment throw the analyzer off Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6973 opened Oct 5, 2023 by RenderMichael Unknown
CA2000 false positive in VS 17.8.0 Preview 2 Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-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)
#6954 opened Sep 18, 2023 by jeremy-visionaid Unknown
CA1508: False positive Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6947 opened Sep 15, 2023 by HugoRoss Unknown
CA1508 (Avoid dead conditional code) false positive Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design DataFlow False_Positive A diagnostic is reported for non-problematic case help wanted The issue is up-for-grabs, and can be claimed by commenting
#6908 opened Sep 4, 2023 by Neme12 Unknown
ProTip! Mix and match filters to narrow down what you’re looking for.