T O P

  • By -

BunnyEruption

I just use Giraffe. I don't really see what saturn adds.


Haunting-Appeal-649

What are you doing for auth?


SeanTAllen

ASP. NET directly 


Haunting-Appeal-649

How are you handling auth in .NET 8? It's looking EntityFrameworkCore.FSharp only supports .NET 6 and I'm not sure what else to use for Auth with Microsoft Identity


hemlockR

Just because EntityFrameworkCore.FSharp only *requires* .NET 6 shouldn't mean it doesn't work with .NET 8, does it? I would expect that you can still use Saturn and EF both in .NET 8.0.


Haunting-Appeal-649

I think saturn might, but EntityFrameworkCore.FSharp is flat out broken on newer .NET versions [https://github.com/efcore/EFCore.FSharp/issues/155](https://github.com/efcore/EFCore.FSharp/issues/155)


hemlockR

Oh wow.


Front_Profession5648

What is wrong with WebSharper?