4 references to ParseIntSafe
Aspire.Dashboard (4)
Model\ConnectionStringParser.cs (4)
321
port =
ParseIntSafe
(portPart);
376
port =
ParseIntSafe
(afterBracket[1..]) ?? PortFromKV(keyValuePairs);
391
port =
ParseIntSafe
(portPart) ?? PortFromKV(keyValuePairs);
480
return keyValuePairs.TryGetValue("port", out var portValue) ?
ParseIntSafe
(portValue) : null;