Skip to content
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

Rule: IDE0060 #60

Open
lupusbytes opened this issue Aug 5, 2021 · 0 comments
Open

Rule: IDE0060 #60

lupusbytes opened this issue Aug 5, 2021 · 0 comments

Comments

@lupusbytes
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant