GlobalSuppressions.cs 7.5 KB

1234567891011121314151617181920212223242526
  1. // This file is used by Code Analysis to maintain SuppressMessage
  2. // attributes that are applied to this project.
  3. // Project-level suppressions either have no target or are given
  4. // a specific target and scoped to a namespace, type, member, etc.
  5. //
  6. // To add a suppression to this file, right-click the message in the
  7. // Code Analysis results, point to "Suppress Message", and click
  8. // "In Suppression File".
  9. // You do not need to add suppressions to this file manually.
  10. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Rssdp")]
  11. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Rssdp", Scope = "namespace", Target = "Rssdp")]
  12. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ssdp")]
  13. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Pn", Scope = "type", Target = "Rssdp.IUPnPDeviceValidator")]
  14. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Pn", Scope = "type", Target = "Rssdp.IUPnPDeviceValidator")]
  15. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Pn", Scope = "type", Target = "Rssdp.UPnP10DeviceValidator")]
  16. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Pn", Scope = "type", Target = "Rssdp.UPnP10DeviceValidator")]
  17. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Pn", Scope = "type", Target = "Rssdp.Infrastructure.IUPnPDeviceValidator")]
  18. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Pnp", Scope = "member", Target = "Rssdp.Infrastructure.SsdpConstants.#PnpDeviceTypeRootDevice")]
  19. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Pnp", Scope = "member", Target = "Rssdp.Infrastructure.SsdpDevicePublisherBase.#SupportPnpRootDevice")]
  20. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Upnp", Scope = "type", Target = "Rssdp.Infrastructure.IUpnpDeviceValidator")]
  21. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Upnp", Scope = "member", Target = "Rssdp.Infrastructure.SsdpConstants.#UpnpDeviceTypeNamespace")]
  22. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Upnp", Scope = "member", Target = "Rssdp.Infrastructure.SsdpConstants.#UpnpDeviceTypeRootDevice")]
  23. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Upnp", Scope = "member", Target = "Rssdp.Infrastructure.SsdpConstants.#UpnpDeviceTypeBasicDevice")]
  24. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Upnp", Scope = "type", Target = "Rssdp.Infrastructure.Upnp10DeviceValidator")]
  25. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "text", Scope = "member", Target = "Rssdp.Infrastructure.SsdpDevicePublisherBase.#WriteTrace(System.String)")]