19 строки
4.4 KiB
C#
19 строки
4.4 KiB
C#
// This file is used by Code Analysis to maintain SuppressMessage
|
||
// attributes that are applied to this project.
|
||
// Project-level suppressions either have no target or are given
|
||
// a specific target and scoped to a namespace, type, member, etc.
|
||
//
|
||
// To add a suppression to this file, right-click the message in the
|
||
// Code Analysis results, point to "Suppress Message", and click
|
||
// "In Suppression File".
|
||
// You do not need to add suppressions to this file manually.
|
||
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "EMIE")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "EMIE", Scope = "namespace", Target = "EMIEWebPortal.Common")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XML", Scope = "member", Target = "EMIEWebPortal.Common.Constants.#LoadV2SandboxXML")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "XML", Scope = "member", Target = "EMIEWebPortal.Common.Constants.#LoadV2ProdXML")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "EMIE", Scope = "member", Target = "EMIEWebPortal.Common.Constants.#EMIEChampGroup")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "UNC", Scope = "member", Target = "EMIEWebPortal.Common.UNCAccessWithCredentials.#NetUseWithCredentials(System.String,System.String,System.String,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "UNC", Scope = "type", Target = "EMIEWebPortal.Common.UNCAccessWithCredentials")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "EMIE", Scope = "member", Target = "EMIEWebPortal.Common.Constants.#EMIEChampion")]
|