GlobalSuppressions.cs 2.7 KB

12345678910111213141516171819
  1. #if !FX11
  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. //
  7. // To add a suppression to this file, right-click the message in the
  8. // Code Analysis results, point to "Suppress Message", and click
  9. // "In Suppression File".
  10. // You do not need to add suppressions to this file manually.
  11. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Buf", Scope = "namespace", Target = "ProtoBuf.ServiceModel")]
  12. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "protobuf-net")]
  13. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "protobuf-net")]
  14. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Buf", Scope = "namespace", Target = "ProtoBuf.Meta")]
  15. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Buf", Scope = "namespace", Target = "ProtoBuf")]
  16. #endif