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
sharwell
changed the title
SA1514 incorrectly reported when preceded by preprocessor directive
SA1514 incorrectly reported when preceded by preprocessor directive with line comment
Aug 16, 2015
#region Test
/// <summary>
/// Initializes a new instance of the <see cref="Form1"/> class.
/// </summary>
public Form1()
{
this.InitializeComponent();
}
#endregion
The following code reports SA1514, but it should not.
The text was updated successfully, but these errors were encountered: