MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
GlobalSuppressions.cs
1[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2100:Review SQL queries for security vulnerabilities", Scope = "member", Target = "MyCaffe.basecode.DatabaseManagement.#DatabaseExists(System.String,System.Boolean&)")]
2[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "MyCaffe.basecode.Database.#GetPhysicallyInstalledSystemMemory(System.Int64&)")]
3[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2100:Review SQL queries for security vulnerabilities", Scope = "member", Target = "MyCaffe.basecode.DatabaseManagement.#CreateDatabase(System.String,System.String)")]
4[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2100:Review SQL queries for security vulnerabilities", Scope = "member", Target = "MyCaffe.basecode.DatabaseManagement.#createTables(System.Data.SqlClient.SqlConnection,System.Boolean)")]
5[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "SqlServerTypes.Utilities.#LoadLibrary(System.String)")]
6// This file is used by Code Analysis to maintain SuppressMessage
7// attributes that are applied to this project.
8// Project-level suppressions either have no target or are given
9// a specific target and scoped to a namespace, type, member, etc.
10//
11// To add a suppression to this file, right-click the message in the
12// Code Analysis results, point to "Suppress Message", and click
13// "In Suppression File".
14// You do not need to add suppressions to this file manually.
15