-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
7 lines (6 loc) · 2.24 KB
/
GlobalSuppressions.cs
File metadata and controls
7 lines (6 loc) · 2.24 KB
1
2
3
4
5
6
7
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames", Justification = "The assembly is delay-signed.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "add", Scope = "member", Target = "Microsoft.SystemForCrossDomainIdentityManagement.Patch1OperationName.#add", Justification = "Protocol specificaition.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "delete", Scope = "member", Target = "Microsoft.SystemForCrossDomainIdentityManagement.Patch1OperationName.#delete", Justification = "Protocol specificaition.")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "replace", Scope = "member", Target = "Microsoft.SystemForCrossDomainIdentityManagement.Patch1OperationName.#replace", Justification = "Protocol specificaition.")]