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