We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product and Version Used: NuGet package v4.12.10
When having a preprocessor directive with a blank line before an #endregion it still triggers the analyzer.
#endregion
However when adding an additional blank line in between the directive and the #endregion it triggers RCS1036 telling you to remove the blank line.
#region Some region #if DEBUG // Some code #else // Some code #endif #endregion Some region
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Product and Version Used:
NuGet package v4.12.10
Description
When having a preprocessor directive with a blank line before an
#endregion
it still triggers the analyzer.However when adding an additional blank line in between the directive and the
#endregion
it triggers RCS1036 telling you to remove the blank line.Code to reproduce
Triggers RCS0005
Triggers RCS1036
The text was updated successfully, but these errors were encountered: