Skip to main content

RCS1100: Format documentation summary on a single line

WARNING

This analyzer is obsolete. Use RCS1253 instead.

Properties

PropertyValue
Default Severitydisabled by default
Minimum language version-

Examples

Example #1

diagnostic.cs
/// <summary>
/// ...
/// </summary>
public void Foo()
{
}
fix.cs
/// <summary>...</summary>
public void Foo()
{
}

Applies to