Open
Description
Rule summary
Value | |
---|---|
Title | Remove unused parameter (IDE0060) |
CheckId | IDE0060 |
Category | Style |
Link | https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0060 |
What is the problem
This rule flags unused parameters. The option value determines if unused parameters should be flagged only for non-public methods or for both public and non-public methods.
Suggestion
Should be set to error in ROOT
Metadata
Metadata
Assignees
Labels
No labels