-
Notifications
You must be signed in to change notification settings - Fork 19
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
Not compatible with netcoreapp3.1/netstandard2.1 target #43
Comments
Yes, |
Unfortunately, the new |
Yes, that is probably the the most sensible. Have been working so much with Oryx and |
I see you updated AsyncRx, but you didn't change the name of the interface, so it's still a potential clash and we have to carefully fully qualify everywhere we make an "open System" (and that is often...) |
The other option I'm considering is to rewrite the library to |
Pardon my ignorance but what's the advantages of |
Ok, I didn't know about performance improvements. What do you think about this https://github.com/pimbrouwers/falco over giraffe ? |
Haven't tried it. But looking at the data-types of Falco I can see that Giraffe has another trick up its sleeve and uses continuations to improve the speed further: https://medium.com/@gerardtoconnor/carry-on-continuation-over-binding-pipelines-for-functional-web-58bd7e6ea009 |
I use the same trick to speed up Thus |
Did you see that : fsharp/fslang-suggestions#866 ? |
Added suggested fix: https://github.com/dbrattli/Fable.Reaction/blob/master/AsyncRx/src/Builder.fs#L39 Name of interface renamed to |
Closing as this issue should be fixed. Please re-open if you find any problems. |
Everything works fine, many thanks! |
When I choose netcoreapp3.1 target, Fable compilation fails with:
Reverting to netstandard2.0 works.
The text was updated successfully, but these errors were encountered: