(R# 8.0) Blank lines in File Header ignored
We have been using the File Header configuration for several years now to standardize the file headers. With R# 8.0, there appears to be a regression issue: Blank lines in the template are not being placed in the header when generated (via FullCleanup, Ctrl-E, C).Here is a copy of the header as defined in our configurations:--------------------------------------------------------------------- This file is part of the $SOLUTION$. Copyright (C) xxx Corporation. All rights reserved.===================================================================== File: $FILENAME$ Summary: TODO: Provide the detailed summary of these class. Created: $CREATED_MONTH$/$CREATED_DAY$/$CREATED_YEAR$ Code Review: Author – Date Changes Date Initials Description $CREATED_MONTH$/$CREATED_DAY$/$CREATED_YEAR$ TODO: Initial Coding.=====================================================================Is there a new setting that I have missed that is controling this?
Please sign in to leave a comment.
Hi David,
Do you have StyleCop installed, or do you use plain ReSharper File Header setings?
Please let me know.
Thanks!