Commit 2dd6e2d
committed
Add null-forgiving operator to name in TarExtractor
Added the null-forgiving operator (`!`) to the `name` variable in the `while` loop condition to suppress potential null reference warnings. `name` is expected to be non-null at this point in the code becauses of the previous IsNullorEmpty check - however that isn't tagged on netstandard2.0.1 parent 01357d3 commit 2dd6e2d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments