Commit 351bfe2
Address code review feedback: Add documentation and null validation
- Add XML documentation comments for Union struct fields
- Add null validation for property names
- Replace null-forgiving operators with defensive null handling
- Use `?? string.Empty` for jsonrpc property
- All 1035 tests still pass
Co-authored-by: eiriktsarpalis <2813363+eiriktsarpalis@users.noreply.github.com>1 parent bc53b01 commit 351bfe2
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
| 81 | + | |
80 | 82 | | |
| 83 | + | |
81 | 84 | | |
| 85 | + | |
82 | 86 | | |
| 87 | + | |
83 | 88 | | |
| 89 | + | |
84 | 90 | | |
| 91 | + | |
85 | 92 | | |
| 93 | + | |
86 | 94 | | |
| 95 | + | |
87 | 96 | | |
| 97 | + | |
88 | 98 | | |
89 | 99 | | |
90 | 100 | | |
| |||
111 | 121 | | |
112 | 122 | | |
113 | 123 | | |
114 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
115 | 130 | | |
116 | 131 | | |
117 | 132 | | |
118 | 133 | | |
119 | 134 | | |
120 | | - | |
| 135 | + | |
121 | 136 | | |
122 | 137 | | |
123 | 138 | | |
| |||
0 commit comments