forked from aspnet/AspNetWebStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
27 lines (25 loc) · 5.21 KB
/
Copy pathGlobalSuppressions.cs
File metadata and controls
27 lines (25 loc) · 5.21 KB
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
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames", Justification = "These assemblies are delay-signed.")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#NotSupported(System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#InvalidOperation(System.Exception,System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#InvalidOperation(System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#InvalidEnumArgument(System.String,System.Int32,System.Type)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#OperationCanceled(System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#OperationCanceled()", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ObjectDisposed(System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#KeyNotFound(System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#KeyNotFound()", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentMustBeLessThanOrEqualTo(System.String,System.Object,System.Object)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentMustBeGreaterThanOrEqualTo(System.String,System.Object,System.Object)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentNullOrEmpty(System.String)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#PropertyNull()", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentUriHasQueryOrFragment(System.String,System.Uri)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentNull(System.String,System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentUriNotHttpOrHttpsScheme(System.String,System.Uri)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#Argument(System.String,System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#Argument(System.String,System.Object[])", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "System.Web.Http.Error.#ArgumentUriNotAbsolute(System.String,System.Uri)", Justification = "Error imported from main project")]
[assembly: SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "System.Web.Http", Justification = "Small extension project, distinct namespace")]
[assembly: SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "System.Web.Http.Tracing", Justification = "Small extension project, distinct namespace")]