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.
1 parent 280a27d commit 1942ea8Copy full SHA for 1942ea8
csharp/extractor/Semmle.Extraction.CSharp.Standalone/Runtime.cs
@@ -74,7 +74,7 @@ public int CompareTo(RuntimeVersion? other)
74
public override string ToString() => FullPath;
75
}
76
77
- [GeneratedRegex(@"^(\S+)\s(\d+\.\d+\.\d+)(-([a-z]+)\.(\d+\.\d+\.\d+))?\s\[(\S+)\]$")]
+ [GeneratedRegex(@"^(\S+)\s(\d+\.\d+\.\d+)(-([a-z]+)\.(\d+\.\d+\.\d+))?\s\[(.+)\]$")]
78
private static partial Regex RuntimeRegex();
79
80
/// <summary>
0 commit comments