-
Notifications
You must be signed in to change notification settings - Fork 473
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Analyzers should be run in an isolated environment to prevent malicious code
#6847
opened Aug 9, 2023 by
KAW0
CA2000: Rule does not trigger for IDisposable objects returned from factory methods in a different assembly
#7590
opened Feb 27, 2025 by
ozziepeeps
Prefer const for literals that are assigned upon declaration and not re-assigned
Feature Request
help wanted
The issue is up-for-grabs, and can be claimed by commenting
#7492
opened Aug 29, 2024 by
Bartleby2718
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)
Recommend use of
null
instead of default
when assigning an expression to a nullable type.
Feature Request
#6208
opened Oct 17, 2022 by
mrpmorris
GetCSharpResultAt/GetBasicResultAt test helpers
Discussion
help wanted
The issue is up-for-grabs, and can be claimed by commenting
Test
Advise against mixing both C# and VB analyzers in the same dll.
Area-Microsoft.CodeAnalysis.Analyzers
Feature Request
help wanted
The issue is up-for-grabs, and can be claimed by commenting
Port FxCop rule CA1011: ConsiderPassingBaseTypesAsParameters
Bug
The product is not behaving according to its current intended design
FxCop-Port
help wanted
The issue is up-for-grabs, and can be claimed by commenting
Port FxCop rule CA1414: MarkBooleanPInvokeArgumentsWithMarshalAs
Approved-Rule
Indicates if the new proposed rule has been approved to move to implementation phase
FxCop-Port
help wanted
The issue is up-for-grabs, and can be claimed by commenting
Priority:2
Moderately important
Port FxCop rule CA1412: MarkComSourceInterfacesAsIDispatch
Approved-Rule
Indicates if the new proposed rule has been approved to move to implementation phase
FxCop-Port
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)
Port FxCop rule CA1409: ComVisibleTypesShouldBeCreatable
Approved-Rule
Indicates if the new proposed rule has been approved to move to implementation phase
FxCop-Port
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)
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.