Commit 39d46d1
fix: NullReferenceException on IPv6 /128 networks in CLI output
Removed redundant .ToString() calls on nullable properties (Broadcast,
FirstUsable, LastUsable, Network, Netmask). string.Format handles null
safely, .ToString() on null does not.
Also fixed release workflow: macos-13 runner retired, --skip-duplicate
for NuGet push.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c785615 commit 39d46d1
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments