-
Notifications
You must be signed in to change notification settings - Fork 510
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
RC2: SA1623 incorrectly reported when using <para> tags #1934
Comments
You shouldn't use I'm not sure we need to make any changes to SA1623, but I'm leaving the issue open for continued discussion. |
I was surprised by this statement so I did some digging. Here's what I came up with:
Since classic StyleCop did mark this as valid, I would treat the " My 2 cents. |
👍 I like this solution. |
I'm marking this as an enhancement to essentially inline the text of a @qmfrederik I'm not saying |
Hi @sharwell, Sounds good to me! Frederik. |
This comment has been minimized.
This comment has been minimized.
Actually this enhancement would apply to both so keeping it. |
SA1623 is raised for properties for which the documentation starts with a
<para>
tag.This is on Visual Studio 2015 Update 1.
Repro:
Given the following code:
The following error is reported:
SA1623 The property's documentation summary text must begin with: 'Gets or sets a value indicating whether'
The text was updated successfully, but these errors were encountered: