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

Stack overflow in ServiceHub.RoslynCodeAnalysisService.exe Bug The product is not behaving according to its current intended design DataFlow help wanted The issue is up-for-grabs, and can be claimed by commenting
#7441 opened Sep 18, 2024 by Infini-PLEX VS vNext
Update CSharp CodeFix Verifiers code to avoid using ServicePointManager help wanted The issue is up-for-grabs, and can be claimed by commenting
#7388 opened Aug 21, 2024 by carlossanlop
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
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
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) 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
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
PublicApiAnalyzer does not properly tag experimental property accessors help wanted The issue is up-for-grabs, and can be claimed by commenting
#7195 opened Feb 16, 2024 by RikkiGibson
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
Performance problems in DisposeObjectsBeforeLosingScope Area-Microsoft.CodeAnalysis.NetAnalyzers help wanted The issue is up-for-grabs, and can be claimed by commenting Performance Indicates a performance problem
#7134 opened Jan 11, 2024 by nike4613 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
CA1508 performance decrease in .NET 8 vs .NET 7 Area-Microsoft.CodeAnalysis.NetAnalyzers help wanted The issue is up-for-grabs, and can be claimed by commenting Performance Indicates a performance problem
#7125 opened Jan 8, 2024 by edwiles Unknown
CA1305 reports for nullable types cannot be disabled Area-Microsoft.CodeAnalysis.NetAnalyzers Bug The product is not behaving according to its current intended design help wanted The issue is up-for-grabs, and can be claimed by commenting
#7121 opened Dec 31, 2023 by Morilli Unknown
CA2213 should be raised for collection fields with IDisposable items Area-Microsoft.CodeAnalysis.NetAnalyzers Enhancement Feature Request 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)
#7112 opened Dec 21, 2023 by JorisCleVR Unknown
Disposable auto-implemented properties should be disposed (similar to CA2213) Area-Microsoft.CodeAnalysis.NetAnalyzers Enhancement 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)
#7109 opened Dec 20, 2023 by JorisCleVR Unknown
Broken MetaCompilation analyzer link in the Readme file Area-Infrastructure help wanted The issue is up-for-grabs, and can be claimed by commenting
#7101 opened Dec 18, 2023 by sp-toni-cobo Unknown
ProTip! Adding no:label will show everything without a label.