我在 VS2008 中使用 StyleCop。我收到此错误:
SA1638: 文件头的版权标签中的文件属性必须包含文件的名称。
这是我的标题。
// <copyright file="AssemblyInfo.cs" company="company">
// Copyright (c) company. All rights reserved.
// </copyright>
// <author>me</author>
// <email>me@me.com</email>
// <date>2010-03-04</date>
// <summary>blah blah.</summary>
我怀疑问题是我的 AssemblyInfo.cs 位于 Properties 文件夹内。关于如何在不使 StyleCop 静音的情况下修复此警告的任何线索?