/WCFWebApi/src/Microsoft.Json/GlobalSuppressions.cs

# · C# · 12 lines · 7 code · 2 blank · 3 comment · 0 complexity · 44c498a0e4a525e4d8a7dff91430b8c3 MD5 · raw file

  1. // <copyright file="GlobalSuppressions.cs" company="Microsoft Corporation">
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. // </copyright>
  4. using System.Diagnostics.CodeAnalysis;
  5. [assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Json.SR.Culture", Justification = "Suppressing a generated file property")]
  6. [assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Json.SR.#OperationNotSupportedOnJsonType(System.Object)", Justification = "Suppressing a generated file property")]
  7. [assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Json.SR.#OperatorNotAllowedOnOperands(System.Object,System.Object,System.Object)", Justification = "Suppressing a generated file property")]
  8. [assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Json.SR.#OperatorNotDefinedForJsonType(System.Object,System.Object)", Justification = "Suppressing a generated file property")]
  9. [assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames", Justification = "These assemblies are delay-signed.")]
  10. [assembly: SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Justification = "Classes are grouped logically for user clarity.", Scope = "namespace", Target = "System.Runtime.Serialization.Json")]