16 lines
1.3 KiB
C#
16 lines
1.3 KiB
C#
//-----------------------------------------------------------------------------
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
using System.Diagnostics.CodeAnalysis;
|
|
using System.Runtime;
|
|
|
|
|
|
// suppression can not be done inside of SR.resx
|
|
[module: SuppressMessage(FxCop.Category.Naming, FxCop.Rule.ResourceStringsShouldBeSpelledCorrectly, Scope = "resource", Target = "System.ServiceModel.Discovery.SR.resources", MessageId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")]
|
|
[module: SuppressMessage(FxCop.Category.Naming, FxCop.Rule.ResourceStringsShouldBeSpelledCorrectly, Scope = "resource", Target = "System.ServiceModel.Discovery.SR.resources", MessageId = "xxxxxxxxxxxx")]
|
|
[module: SuppressMessage(FxCop.Category.Naming, FxCop.Rule.ResourceStringsShouldBeSpelledCorrectly, Scope = "resource", Target = "System.ServiceModel.Discovery.SR.resources", MessageId = "xxxx")]
|
|
[module: SuppressMessage(FxCop.Category.Naming, FxCop.Rule.ResourceStringsShouldBeSpelledCorrectly, Scope = "resource", Target = "System.ServiceModel.Discovery.SR.resources", MessageId = "uuid")]
|
|
[module: SuppressMessage(FxCop.Category.Naming, FxCop.Rule.ResourceStringsShouldBeSpelledCorrectly, Scope = "resource", Target = "System.ServiceModel.Discovery.SR.resources", MessageId = "Uuid")]
|