[Bug] The "Parameter has no matching param tag in the XML comment" Inspection Setting is not working as expected
Hi,
I have been writing my code documentation as I was writing my code base. After months of refactoring there are places where my comments no longer match my functions. Going through each one manually would be incredibly time consuming since I have over 500 scripts. I was looking at the "Inspection Settings" that could show me where the problems could be.
As you can see here I have a parameter which does not have a matching param tag, yet I am not getting a warning.

I only get the warning when I already have a param tag but it does not have the correct name

As you can see in the documentation : https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs1573
The warning should appear for both cases not just the second one.
I would really appreciate an alternative solution to find missing XML comments as I am close from releasing my code base.
Thank you for your time
Please sign in to leave a comment.
Hello!
Please, accept my apologies for the delay.
If you still have this issue, please give me a bit more details about it. What Rider version do you use? Do you use any StyleCop configuration? Do you have the same issue in any other new project?
Thank you in advance.