StyleCop / StyleCop.ReSharper

Official ReSharper extension for StyleCop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MPleskunina opened this issue · 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