You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.179
Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
This commit is contained in:
parent
966bba02bb
commit
fad71374d0
10
external/referencesource/System.ServiceModel.Routing/SuppressMessages.cs
vendored
Normal file
10
external/referencesource/System.ServiceModel.Routing/SuppressMessages.cs
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime;
|
||||
|
||||
// When a resource from SR.resx is called from internal accessible code FxCop can't tell that it ever gets called
|
||||
[module: SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUncalledPrivateCode, Scope = "member", Target = "System.ServiceModel.Routing.SR.get_RoutingTableNotConfigured():System.String")]
|
||||
[module: SuppressMessage(FxCop.Category.Performance, FxCop.Rule.AvoidUncalledPrivateCode, Scope = "member", Target = "System.ServiceModel.Routing.SR.set_Culture(System.Globalization.CultureInfo):System.Void")]
|
||||
Reference in New Issue
Block a user