File: GlobalSuppressions.cs

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (48 lines) | stat: -rw-r--r-- 9,811 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------

using System.Diagnostics.CodeAnalysis;

[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "System.ServiceModel.SR2.resources", MessageId = "Infos", Justification = "This represents the ParameterInfo class defined in System.Reflection")]
[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "namespace", Target = "System.Xml.Linq", MessageId = "Linq")]

// krisragh, BEGIN FxCop violations for code in Microsoft.Web.Script.Services.*
[module: SuppressMessage("Microsoft.Performance", "CA1810:InitializeReferenceTypeStaticFieldsInline", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceTypeData..cctor()")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceTypeData.ThrowCannotGenerateProxyForTypeError(System.Xml.XmlQualifiedName):System.Void")]
[module: SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceClientProxyGenerator..ctor(System.String,System.Boolean)", MessageId = "debug")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceData.get_EnumTypeDictionary():System.Collections.Generic.Dictionary`2<System.Type,Microsoft.Web.Script.Services.WebServiceTypeData>")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceData.get_EnumTypes():System.Collections.Generic.IEnumerable`1<System.Type>")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceData.get_ServiceName():System.String")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceData.get_ServiceNamespace():System.String")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceMethodData.get_CacheDuration():System.Int32")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceMethodData.get_GetVerbEnabled():System.Boolean")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceMethodData.get_RequiresSession():System.Boolean")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceMethodData.set_CacheDuration(System.Int32):System.Void")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceMethodData.set_Owner(Microsoft.Web.Script.Services.WebServiceData):System.Void")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceMethodData.set_RequiresSession(System.Boolean):System.Void")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceParameterData.get_Index():System.Int32")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceParameterData.get_ParameterType():Microsoft.Web.Script.Services.WebServiceTypeData")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceTypeData.set_TypeName(System.String):System.Void")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "Microsoft.Web.Script.Services.WebServiceTypeData.set_TypeNamespace(System.String):System.Void")]
// krisragh, END FxCop violations for code in Microsoft.Web.Script.Services.*


[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Runtime.Serialization.DataContractContentExtensions.ReadAsDataContract(System.ServiceModel.Web.Client.Http.HttpContent,System.Runtime.Serialization.DataContractSerializer):T")]
[module: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Runtime.Serialization.Json.JsonContentExtensions.get_DefaultQuotas():System.Xml.XmlDictionaryReaderQuotas")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Runtime.Serialization.Json.JsonContentExtensions.ReadAsJsonDataContract(System.ServiceModel.Web.Client.Http.HttpContent,System.Runtime.Serialization.Json.DataContractJsonSerializer):System.Object")]
[module: SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "System.Runtime.Serialization.Json.JsonContentExtensions.ReadAsJsonDataContract(System.ServiceModel.Web.Client.Http.HttpContent,System.Runtime.Serialization.Json.DataContractJsonSerializer):T")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetEditLink(System.ServiceModel.Syndication.SyndicationItem,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetEditMediaLink(System.ServiceModel.Syndication.SyndicationItem,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetFirstPageLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink", MessageId = "throwIfNotPresent")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetFirstPageLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetLastPageLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink", MessageId = "throwIfNotPresent")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetLastPageLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetMediaResourceUri(System.ServiceModel.Syndication.SyndicationItem):System.Uri", MessageId = "System.ArgumentException.#ctor(System.String)")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetMediaResourceUri(System.ServiceModel.Syndication.SyndicationItem):System.Uri")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetNextPageLink(System.ServiceModel.Syndication.SyndicationFeed):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetPreviousPageLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink", MessageId = "throwIfNotPresent")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetPreviousPageLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetSelfLink(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.GetSelfLink(System.ServiceModel.Syndication.SyndicationItem,System.Boolean):System.ServiceModel.Syndication.SyndicationLink")]
[module: SuppressMessage("Reliability", "Reliability102:WrapExceptionsRule", Scope = "member", Target = "System.ServiceModel.Syndication.SyndicationFeedExtensions.IsMediaEntry(System.ServiceModel.Syndication.SyndicationItem):System.Boolean")]