We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeb461 commit b658209Copy full SHA for b658209
dotnet/src/Client.cs
@@ -1587,7 +1587,7 @@ private static LogLevel MapLevel(TraceEventType eventType)
1587
[JsonSerializable(typeof(UserInputResponse))]
1588
internal partial class ClientJsonContext : JsonSerializerContext;
1589
1590
- [GeneratedRegex(@"listening on port (\d+)", RegexOptions.IgnoreCase, "en-US")]
+ [GeneratedRegex(@"listening on port ([0-9]+)", RegexOptions.IgnoreCase)]
1591
private static partial Regex ListeningOnPortRegex();
1592
}
1593
0 commit comments