We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I expect the following code to trigger SA1612 (element parameter documentation must match element parameters), but it does not:
/// <summary> /// Stuff. /// </summary> /// <param name="Y">Foo.</param> /// <param name="X">Bar.</param> public record Class8(int X, int Y) { }
Tested with version 1.2.0-beta.556
The text was updated successfully, but these errors were encountered:
Update SA1612 to also check primary constructor parameters
53da534
DotNetAnalyzers#3786
022febf
8c43382
24dd901
Successfully merging a pull request may close this issue.
I expect the following code to trigger SA1612 (element parameter documentation must match element parameters), but it does not:
Tested with version 1.2.0-beta.556
The text was updated successfully, but these errors were encountered: