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
I'm thinking for most cases of preprocessor directives, we need to avoid reporting this warning whether or not there is a blank line before the documentation comment. The exceptions are:
Must have a blank line if preceded by:
#endif
#region
#endregion
❓ @Noryoko what do you think about this? Since the others would allow either including or omitting the blank line it should stop the false positives. If I missed one that should be checked we could always special case that one later.
Hi,
I'm using 1.0.0 Beta 7.
The SA1514 rule seems to be got unaware of regions, because I get a violation e.g. in following snippet:
In Beta 6 that was working.
Best regards,
Ralf
The text was updated successfully, but these errors were encountered: