This repository was archived by the owner on Aug 18, 2026. It is now read-only.
Description 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
Reactions are currently unavailable
File Header Text is specified in ReSharper options as:
but the generated header is :
VS 2019, ReSharper 2021.3.2, StyleCop by JetBrains 2021.3.0