-
Notifications
You must be signed in to change notification settings - Fork 507
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
SA1611 not throwing warning for additional parameter in the "private" method if documentation not available for it #3831
Comments
Have a look at the configuration possibilities: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md#documentation-requirements |
Did you sort it out, @tejavarma214? SA1611 does not check private methods by default. If you configure it to do so, it would require correct documentation on all private methods. |
@bjornhellander How to enable the rule SA1611 to check for Private methods documentation also ? Can you please let me know the Steps? |
If you didn't have a settings file before, it could look something like this. Otherwise you have to merge this into your existing file.
|
Hi all,
I was facing issue for rule SA1611 not throwing warning for additional parameter in the "private" method if documentation not available for it. But it was showing warning for public/internal method.
I was using stylecop analyzer version 1.1.118 and also I tried to use 1.2.xxx but still issue exists ( Working as expected in Version 1.0 )
Can Someone let me know Is this bug in code or any other analyzer handling this rule ?
The text was updated successfully, but these errors were encountered: