我们使用的是 Visual Studio 2012。理想情况下,所有 csharp 文件 (xxx.cs) 都应在文件头中包含版权注释,例如
#region Copyright GOOGLE 2013
//
// All rights are reserved. Reproduction or transmission in whole or in part, in
// any form or by any means, electronic, mechanical or otherwise, is prohibited
// without the prior written consent of the copyright owner.
//
#endregion
我的问题是,是否有办法在我们创建文件时自动包含该评论?或者,也可以使用代码分析来防止签入非注释 cs 文件。