forked from microsoft/referencesource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuppressMessages.cs
More file actions
15 lines (11 loc) · 1.32 KB
/
Copy pathSuppressMessages.cs
File metadata and controls
15 lines (11 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//-----------------------------------------------------------------------------
// 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")]