We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pipe
1 parent e21bb19 commit 2383d5bCopy full SHA for 2383d5b
src/Aspire.Dashboard/Model/ConnectionStringParser.cs
@@ -53,7 +53,7 @@ internal static partial class ConnectionStringParser
53
/// Matches host:port or host,port patterns with optional IPv6 bracket notation.
54
/// Examples: "localhost:5432", "127.0.0.1,1433", "[::1]:6379"
55
/// </summary>
56
- [GeneratedRegex(@"(\[[^\]]+\]|[^,:;\s]+)[:|,](\d{1,5})", RegexOptions.Compiled)]
+ [GeneratedRegex(@"(\[[^\]]+\]|[^,:;\s]+)[:,](\d{1,5})", RegexOptions.Compiled)]
57
private static partial Regex HostPortRegex();
58
59
/// <summary>
0 commit comments