Skip to content
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

Enable Regex to use SearchValues<string> in compiled / source generator for IgnoreCase multi-strings #98791

Merged
merged 5 commits into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. Enable Regex to use SearchValues<string> in compiled / source generat…

    …or TryFindNextStartingPosition
    
    The analyzer determines a set of prefixes that can start any match, and then uses SearchValues with IndexOfAny to find the next one from that set. It's currently only enabled for case-insensitive; we need to do some more perf validation before enabling for case-sensitive.
    stephentoub committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    98ec70e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c61b0 View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    stephentoub committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    aaab092 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    89e2f1c View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    stephentoub committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1e2e0bb View commit details
    Browse the repository at this point in the history