読みやすくするためにテスト メソッドにアンダースコアを使用し、テスト名前空間全体の FxCop エラー/警告を抑制したいと考えています。
どうすればこれを達成できますか?私は遊んだGlobalSuppressions.cs
が、何もうまくいかなかった:
[module: System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores",
Scope = "namespace", Target = "Company.Product.Tests")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
"Microsoft.Naming", "CA1707:IdentifiersShouldNotContainUnderscores",
Scope = "namespace", Target = "Company.Product.Tests")]