StyleCop SA1638
- by niaher
I am using StyleCop in VS2008. I get this error:
SA1638: The file attribute in the file header's copyright tag must contain the name of the file.
Here is my header.
// <copyright file="AssemblyInfo.cs" company="company">
// Copyright (c) company. All rights reserved.
// </copyright>
// <author>me</author>
// <email>[email protected]</email>
// <date>2010-03-04</date>
// <summary>blah blah.</summary>
I suspect the problem is that my AssemblyInfo.cs is located inside the Properties folder. Any clues to how I can fix this warning without silencing StyleCop?