You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Studio version: 2022 Community, 17.9 Preview 5
CodeMaid version: 12.0
Code language: C# 12
Description
/// <summary>/// Represents an HTML element./// </summary>/// <remarks>/// Use this like the following:/// <code>/// new Element()/// {/// Locator = ...,/// LocatorType = ...,/// Name = ...,/// Type = .../// }/// </code>/// </remarks>publicsealedrecordElement{// ..}
Steps to recreate
Take the above text and format it
Current behavior
/// <summary>/// Represents an HTML element./// </summary>/// <remarks>/// Use this like the following:/// <code>///new Element()///{///Locator = ...,///LocatorType = ...,///Name = ...,///Type = ...///}/// </code>/// </remarks>publicsealedrecordElement{// ..}
This triggers SA1004 as well as making the output un-formatted.
Expected behavior
Formatting inside a code block is kept.
The text was updated successfully, but these errors were encountered:
Environment
Description
Steps to recreate
Current behavior
This triggers
SA1004
as well as making the output un-formatted.Expected behavior
Formatting inside a code block is kept.
The text was updated successfully, but these errors were encountered: