すべてのプロジェクトで FxCop を使用しています。私たちの UnitTests にとって、それだけの価値があるかどうかはわかりません。最終的には多くの抑制が行われます。
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic", Justification = SuppressJustifications.CA1822MethodIsUsedExternallyAsNonStatic)]
[SuppressMessage("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults", MessageId = "Cantaloupe.Seed.Security.RijndaelEncryption", Justification = SuppressJustifications.CA1806MethodIsCalledForExceptionThrowingTest)]
単体テスト コードの FxCop について、人々はどのように考えていますか?