Skip to content

Commit 8b1897b

Browse files
Update settings files
1 parent dcee064 commit 8b1897b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"disableXmlDocInterop": false,
3-
"disableControlFlowAnalysis": false,
42
"ignoredExceptions": [
53
"System.ArgumentNullException"
64
],
75
"informationalExceptions": {
86
"System.NotImplementedException": "Propagation",
97
"System.IO.IOException": "Propagation",
108
"System.TimeoutException": "Always"
11-
}
9+
},
10+
"disableXmlDocInterop": false,
11+
"disableControlFlowAnalysis": false
1212
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"disableXmlDocInterop": false,
3-
"disableControlFlowAnalysis": false,
42
"ignoredExceptions": [],
53
"informationalExceptions": {
64
"System.NotImplementedException": "Propagation",
75
"System.IO.IOException": "Propagation",
86
"System.TimeoutException": "Always"
9-
}
7+
},
8+
"disableXmlDocInterop": false,
9+
"disableControlFlowAnalysis": false
1010
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"disableXmlDocInterop": false,
3-
"disableControlFlowAnalysis": false,
42
"ignoredExceptions": [],
53
"informationalExceptions": {
64
"System.NotImplementedException": "Propagation",
75
"System.IO.IOException": "Propagation",
86
"System.TimeoutException": "Always"
9-
}
7+
},
8+
"disableXmlDocInterop": false,
9+
"disableControlFlowAnalysis": false
1010
}

0 commit comments

Comments
 (0)