You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my experience, I used SwaggerProvider and FSharp.Data.GraphQL.Client but move to Snowflaqe and Hawaii because type providers do not allow you to use FsAst or plain F# sources and create unions and records. If those issues will be resolved type providers became in favor again.
In order to have parity with C# https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-source-generator/ it would be nice to have the same compile-time serialization logic generation for F#.
Describe the solution you'd like
Maybe a type provider could help?
Describe alternatives you've considered
Use separate C# project for such generators invocation
The text was updated successfully, but these errors were encountered: