-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
41 lines (31 loc) · 1.47 KB
/
.editorconfig
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
41
[*]
# Exception Analyzers: Exception adjustments syntax error
# default = error
; dotnet_diagnostic.Ex0001.severity = none
# Exception Analyzers: Exception adjustments syntax error: Symbol does not exist or identifier is invalid
# default = warning
; dotnet_diagnostic.Ex0002.severity = none
# Exception Analyzers: Member may throw undocumented exception
# default = warning
dotnet_diagnostic.Ex0100.severity = none
# Exception Analyzers: Member accessor may throw undocumented exception
# default = warning
dotnet_diagnostic.Ex0101.severity = none
# Exception Analyzers: Implicit constructor may throw undocumented exception
# default = warning
dotnet_diagnostic.Ex0103.severity = none
# Exception Analyzers: Member initializer may throw undocumented exception
# default = warning
dotnet_diagnostic.Ex0104.severity = none
# Exception Analyzers: Delegate created from member may throw undocumented exception
# default = silent
; dotnet_diagnostic.Ex0120.severity = none
# Exception Analyzers: Delegate created from anonymous function may throw undocumented exception
# default = silent
; dotnet_diagnostic.Ex0121.severity = none
# Exception Analyzers: Member is documented as throwing exception not documented on member in base or interface type
# default = warning
dotnet_diagnostic.Ex0200.severity = none
# Exception Analyzers: Member accessor is documented as throwing exception not documented on member in base or interface type
# default = warning
dotnet_diagnostic.Ex0201.severity = none