fable-compiler / Fable

F# to JavaScript, TypeScript, Python, Rust and Dart Compiler
http://fable.io/
MIT License
2.89k stars 296 forks source link

String operations with StringComparison argument #2601

Open alfonsogarciacaro opened 2 years ago

alfonsogarciacaro commented 2 years ago

Right now the following replacements for string ignore the StringComparison argument, maybe others too:

Not entirely related, but because I'm too lazy to open another issue, also ToString seems to fail with CultureInfo.InvariantCulture argument, see #2600

kerams commented 2 years ago

This is a repro for my problem.

MaxWilson commented 9 months ago

Contains seems to ignore it too.