From f66ed371aed45d33057900f4427dcf9533bde613 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 7 Nov 2019 20:41:59 +0100 Subject: [PATCH] Aggiunta conf x evitare errori non ritenuti importanti da codeAnalisys --- IOB-WIN/GlobalSuppressions.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 IOB-WIN/GlobalSuppressions.cs diff --git a/IOB-WIN/GlobalSuppressions.cs b/IOB-WIN/GlobalSuppressions.cs new file mode 100644 index 00000000..73d7ef10 --- /dev/null +++ b/IOB-WIN/GlobalSuppressions.cs @@ -0,0 +1,6 @@ +// 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. + +[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Gli identificatori non devono contenere caratteri di sottolineatura", Justification = "", Scope = "namespace", Target = "~N:IOB_WIN")]