-
Notifications
You must be signed in to change notification settings - Fork 5k
Issues: dotnet/runtime
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Regex engine throws index out of range
area-System.Text.RegularExpressions
bug
help wanted
[up-for-grabs] Good issue for external contributors
Bug : regular expressions that never stops matching
area-System.Text.RegularExpressions
bug
help wanted
[up-for-grabs] Good issue for external contributors
[Perf] Linux/arm64: 3 Regressions on 3/16/2025 10:54:17 PM +00:00
arch-arm64
area-System.Text.RegularExpressions
os-linux
Linux OS (any supported distro)
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
[Perf] Windows/x64: 1 Regression on 3/6/2025 2:14:44 PM +00:00
arch-x64
area-System.Text.RegularExpressions
os-windows
runtime-coreclr
specific to the CoreCLR runtime
tenet-performance
Performance related issue
tenet-performance-benchmarks
Issue from performance benchmark
[Analyzer]: Regex.IsMatch guarding Regex.Match
api-approved
API was approved in API review, it can be implemented
area-System.Text.RegularExpressions
code-analyzer
Marks an issue that suggests a Roslyn analyzer
code-fixer
Marks an issue that suggests a Roslyn code fixer
help wanted
[up-for-grabs] Good issue for external contributors
Result of Regex.Match("wtfb",@"(.)()+?b") is not same as new Regex(@"(.)()+?b",RegexOptions.Compiled).Match("wtfb")
area-System.Text.RegularExpressions
help wanted
[up-for-grabs] Good issue for external contributors
investigate outliers in Rebar regex benchmarks
area-System.Text.RegularExpressions
help wanted
[up-for-grabs] Good issue for external contributors
Show only a single suggestion adornment for a multi-line string
area-System.Text.RegularExpressions
code-analyzer
Marks an issue that suggests a Roslyn analyzer
help wanted
[up-for-grabs] Good issue for external contributors
Sporadic failures in RegexMatchTests test cases on s390x
arch-s390x
Related to s390x architecture (unsupported)
area-System.Text.RegularExpressions
test-bug
Problem in test source code (most likely)
NonBacktracking engine is pathologically slow on patterns like "((((((((a)*)*)*)*)*)*)*" and input like "aaaaaaa" which other engines handle fine
area-System.Text.RegularExpressions
disabled-test
The test is disabled in source code against the issue
Regex should advance bumpalong position for partially-matched starting loop minimums
area-System.Text.RegularExpressions
help wanted
[up-for-grabs] Good issue for external contributors
GeneratedRegex fixer forces pattern onto a single line
area-System.Text.RegularExpressions
enhancement
Product code improvement that does NOT require public API changes/additions
needs-further-triage
Issue has been initially triaged, but needs deeper consideration or reconsideration
source-generator
Indicates an issue with a source generator feature
Fix and enable the PatternsDataSet_GenerateInputsWithNonBacktracking_MatchWithAllEngines test
area-System.Text.RegularExpressions
disabled-test
The test is disabled in source code against the issue
Previous Next
ProTip!
Updated in the last three days: updated:>2025-05-17.