-
Notifications
You must be signed in to change notification settings - Fork 300
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
System.String.EndsWith is not supported by Fable #3934
Comments
Related to #2601? |
ncave
added a commit
to ncave/Fable
that referenced
this issue
Oct 22, 2024
ncave
added a commit
that referenced
this issue
Oct 22, 2024
Fixed by #3935 |
Awesome. Thanks @ncave! |
@laurentpayot No worries, mate, it's easy when the code is mostly already there, just needs to be enabled. Once released, you may want to submit a PR for |
@ncave Just waiting for the release to do the PR then 😉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have a project where I use FSharpPlus.
When pretest-compiling its Fable.Mocha test project with
dotnet fable ./tests/tests.fsproj -o output/tests
, I get the following:Is FSharpPlus
endsWith
code the culprit? Or could it be something special in the wayendsWith
is implemented in Fable?Related information
The text was updated successfully, but these errors were encountered: