We use StyleCop in our project to get the general formatting of our code. Most of us also use Resharper, with which StyleCop goes well.
We would like to include copyright information in the title, but we do not want to include a summary. Thus, rule SA1633 is checked, and rule SA1639 is not checked.
When we use Resharper (more precisely, I believe the StyleCop plugin for Resharper) to insert the file header, we get both copyright information and the summary element. The standard procedure today is to remove the summary element if we really do not want to write something there.
How to stop the automatic addition of a bulletin item?
source
share