-
Notifications
You must be signed in to change notification settings - Fork 16
/
GlobalSuppressions.vb
40 lines (25 loc) · 8.05 KB
/
GlobalSuppressions.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#GetComputerName(System.String&,System.Int64)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#GetUserName(System.String&,System.Int64)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#RegCloseKey(System.Int64)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId:="0", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#RegCloseKey(System.Int64)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId:="return", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#RegCloseKey(System.Int64)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#RegOpenKeyEx(System.Int64,System.String&,System.Int64,System.Int64,System.Int64&)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#RegQueryValueEx(System.Int64,System.String&,System.Int64,System.Int64&,System.String&,System.Int64&)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#ShellExecute(System.Int64,System.String&,System.String&,System.String&,System.String&,System.Int64)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#SHGetPathFromIDList(System.Int64,System.String&)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#SHGetSpecialFolderLocation(System.Int64,System.Int64,GeodatabaseDiagrammer.FormGDBDiagrammer+ITEMIDLIST)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId:="0", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#SHGetSpecialFolderLocation(System.Int64,System.Int64,GeodatabaseDiagrammer.FormGDBDiagrammer+ITEMIDLIST)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId:="1", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#SHGetSpecialFolderLocation(System.Int64,System.Int64,GeodatabaseDiagrammer.FormGDBDiagrammer+ITEMIDLIST)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId:="2", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#SHGetSpecialFolderLocation(System.Int64,System.Int64,GeodatabaseDiagrammer.FormGDBDiagrammer+ITEMIDLIST)")>
<Assembly: CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId:="return", Scope:="member", Target:="GeodatabaseDiagrammer.FormGDBDiagrammer.#SHGetSpecialFolderLocation(System.Int64,System.Int64,GeodatabaseDiagrammer.FormGDBDiagrammer+ITEMIDLIST)")>
'
'
' 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.