- Notifications
You must be signed in to change notification settings - Fork749
Commitd86bf3c
authored
ParameterInfo.Name needs to be checked for null before usage (#1375)
This occured in trying to use F# code from Python. As the `.Name` propertyreturns `null`, `ContainsKey` fails.Related documentation:https://docs.microsoft.com/en-us/dotnet/api/system.reflection.parameterinfo.name1 parent1afae4c commitd86bf3c
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
622 | 622 |
| |
623 | 623 |
| |
624 | 624 |
| |
625 |
| - | |
| 625 | + | |
626 | 626 |
| |
627 | 627 |
| |
628 | 628 |
| |
|
0 commit comments
Comments
(0)