19 lines
2.6 KiB
C#
19 lines
2.6 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.
|
|
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Gli identificatori non devono contenere caratteri di sottolineatura", Justification = "<In sospeso>", Scope = "namespace", Target = "~N:IOB_WIN")]
|
|
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization", "CA1305:Specificare IFormatProvider", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobSiemensSaet.processWhatchDog")]
|
|
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Globalization", "CA1303:Non passare valori letterali come parametri localizzati", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobSiemensSaet.#ctor(IOB_WIN.AdapterForm,IOB_WIN.IobConfiguration)")]
|
|
|
|
[assembly: SuppressMessage("Usage", "CA2211:I campi non costanti non devono essere visibili", Justification = "<In sospeso>", Scope = "member", Target = "~F:IOB_WIN.MainForm.lg")]
|
|
[assembly: SuppressMessage("Design", "CA1055:I valori restituiti di Uri non devono essere stringhe", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobGeneric.callUrl(System.String,System.Boolean)~System.String")]
|
|
[assembly: SuppressMessage("Design", "CA1054:I parametri Uri non devono essere stringhe", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobGeneric.callUrlWithPayload(System.String,System.String,System.Boolean)~System.String")]
|
|
[assembly: SuppressMessage("Design", "CA1055:I valori restituiti di Uri non devono essere stringhe", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobGeneric.callUrlWithPayload(System.String,System.String,System.Boolean)~System.String")]
|
|
[assembly: SuppressMessage("Design", "CA1055:I valori restituiti di Uri non devono essere stringhe", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobGeneric.urlDataBlock(IOB_UT.urlType)~System.String")]
|
|
[assembly: SuppressMessage("Design", "CA1055:I valori restituiti di Uri non devono essere stringhe", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobGeneric.urlFLog(System.String)~System.String")]
|
|
[assembly: SuppressMessage("Design", "CA1055:I valori restituiti di Uri non devono essere stringhe", Justification = "<In sospeso>", Scope = "member", Target = "~M:IOB_WIN.IobGeneric.urlInput(System.String)~System.String")]
|