StyleCop.ReSharper icon indicating copy to clipboard operation
StyleCop.ReSharper copied to clipboard

ReSharper does not apply file header specified in ReSharper options if StyleCop is installed

Open MPleskunina opened this issue 4 years ago • 0 comments

File Header Text is specified in ReSharper options as:

------------------------------------------------------------------------------------------------------
- $SOLUTION$
- $PROJECT$
- $FILENAME$
- $CURRENT_MONTH$/$CURRENT_DAY$/$CURRENT_YEAR$ $CURRENT_TIME$
- Copyright (c) Abc, Inc. All Rights Reserved
------------------------------------------------------------------------------------------------------

but the generated header is :

// --------------------------------------------------------------------------------------------------------------------
// <copyright company="" file="Class.cs">
//   
// </copyright>
// <summary>
//   
// </summary>
// 
// --------------------------------------------------------------------------------------------------------------------

VS 2019, ReSharper 2021.3.2, StyleCop by JetBrains 2021.3.0

MPleskunina avatar Jan 17 '22 13:01 MPleskunina