Commit bf8f57e
Handle exceptions of Assembly.Location property
Assembly.CodeBase might contain UNC-compliant path starting with "file:///?/" that cause ArgumentException from Assembly.Location. The issue reproduces with edge_nativeclr.node in AppDomain which is a common problem
DEVSIX-13901 parent a6146b4 commit bf8f57e
1 file changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
208 | 221 | | |
209 | 222 | | |
210 | 223 | | |
| |||
0 commit comments