Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 55 forks source link

Make buildFromImplementation task statically compilable, add more tests #326

Closed kerams closed 1 year ago

kerams commented 1 year ago

Work around some mysterious Task compilation problems. https://github.com/Zaid-Ajaj/Fable.Remoting/pull/323 very likely introduced a performance regression because of this. Compiling Fable.Remoting.Giraffe in Release should now no longer give a warning.

Zaid-Ajaj commented 1 year ago

Thanks @kerams published both Fable.Remoting.Giraffe and Fable.Remoting.AspNetCore 🚀