Skip to content
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

SA1633 & SA1642 should allow for <para * /></para> usage around the standard text #2640

Open
TiltonJH opened this issue Mar 15, 2018 · 0 comments

Comments

@TiltonJH
Copy link

My documentation is multilingual using the <para/>-tag with an xml:lang-attribute.

For example:

/// <summary>
/// <para xml:lang="en">Gets or sets *.</para>
/// <para xml:lang="de">Ruft ab oder setzt *.</para>
/// </summary>
public string *
/// <summary>
/// <para xml:lang="en">Gets a value indicating whether *</para>
/// <para xml:lang="de">Gibt einen Wert zurück, der angibt, ob *.</para>
/// </summary>
public bool *
/// <summary>
/// <para xml:lang="en">Initializes a new instance of the <see cref="MyClass"/> class.</para>
/// <para xml:lang="de">Initialisiert eine neue Instanz der <see cref="MyClass"/>-Klasse.</para>
/// </summary>

However, currently SA1633 & SA1642 fail.

I would like SA1633 & SA1642 to be valid because the actual text does begin with the standard text, even if it is inside of a <para/>-tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants