Skip to content

Use culture-independent IndexOf in interpolated string parsing#19370

Open
brianrourkeboll wants to merge 3 commits intodotnet:mainfrom
brianrourkeboll:ordinal-indexof-interpolated-string-parsing
Open

Use culture-independent IndexOf in interpolated string parsing#19370
brianrourkeboll wants to merge 3 commits intodotnet:mainfrom
brianrourkeboll:ordinal-indexof-interpolated-string-parsing

Conversation

@brianrourkeboll
Copy link
Contributor

@brianrourkeboll brianrourkeboll commented Mar 1, 2026

Description

Fixes #19367.

  • Use char overload of IndexOf to ensure culture-independent behavior.

Checklist

  • Test cases added.
  • Release notes entry updated.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/FSharp.Core docs/release-notes/.FSharp.Core/10.0.300.md

@brianrourkeboll brianrourkeboll marked this pull request as ready for review March 1, 2026 16:15
@brianrourkeboll brianrourkeboll requested a review from a team as a code owner March 1, 2026 16:15
@brianrourkeboll brianrourkeboll force-pushed the ordinal-indexof-interpolated-string-parsing branch from 8335f15 to a2c6d48 Compare March 1, 2026 16:16
@brianrourkeboll brianrourkeboll force-pushed the ordinal-indexof-interpolated-string-parsing branch from a2c6d48 to ddffc52 Compare March 2, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

Interpolated string issue on Thai culture

1 participant