GlobalSuppressions.cs 1.3 KB

12345678910111213
  1. 
  2. // This file is used by Code Analysis to maintain SuppressMessage
  3. // attributes that are applied to this project.
  4. // Project-level suppressions either have no target or are given
  5. // a specific target and scoped to a namespace, type, member, etc.
  6. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Assertions", "xUnit2003:Do not use equality check to test for null value", Justification = "<Pending>", Scope = "module")]
  7. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Assertions", "xUnit2004:Do not use equality check to test for boolean conditions", Justification = "<Pending>", Scope = "module")]
  8. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "xUnit1004:Test methods should not be skipped", Justification = "<Pending>", Scope = "module")]
  9. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Assertions", "xUnit2000:Expected value should be first", Justification = "<Pending>", Scope = "module")]
  10. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Assertions", "xUnit2007:Do not use typeof expression to check the type", Justification = "<Pending>", Scope = "module")]
  11. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "xUnit1014:MemberData should use nameof operator for member name", Justification = "<Pending>", Scope = "module")]