Zaid-Ajaj / Snowflaqe

A dotnet CLI to generate type-safe GraphQL clients for F# and Fable with automatic deserialization, static query verification and type checking
MIT License
154 stars 25 forks source link

Use native F# 6 `task` CE only #52

Open xperiandri opened 2 years ago

xperiandri commented 2 years ago

I propose to discontinue async CE and Ply CE code generation and simplify code to use native F# 6 task CE

https://devblogs.microsoft.com/dotnet/whats-new-in-fsharp-6/#making-f-faster-and-more-interopable-with-task

xperiandri commented 3 weeks ago

@Zaid-Ajaj will it work in Fable now? Can this migration happen?

njlr commented 3 weeks ago

Perhaps this should be configurable by the user?

Choose async or task