Commit 634ad95
fix: resolve CS1503 by extracting port variables for ListenAnyIP
.NET 10 has ambiguous overloads when passing int.Parse() directly
to ListenAnyIP. Extracting to typed local variables fixes it.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ad035df commit 634ad95
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| 489 | + | |
| 490 | + | |
489 | 491 | | |
490 | | - | |
| 492 | + | |
491 | 493 | | |
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
495 | | - | |
| 497 | + | |
496 | 498 | | |
497 | 499 | | |
498 | 500 | | |
| |||
0 commit comments