-
Notifications
You must be signed in to change notification settings - Fork 509
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
SA1642 (constructor summary text) special case for structures #418
Comments
Yes. "struct' should be the last word of the mandatory leading text for structure constructors. |
@AArnott I guess the other question is should it be 'struct' or 'structure'? |
struct. |
BTW, just saw this part. That's pretty cool! 👯 |
…or struct types Fixes DotNetAnalyzers#418
Currently SA1642 always enforces the use of the word "class" in the documentation for constructors. Should the constructors for a
struct
type "prefer" the use of another word here, in the same sense as #413 handled the wording for private constructors?The text was updated successfully, but these errors were encountered: