efcore / EFCore.FSharp

Adds F# design-time support to EF Core
MIT License
234 stars 27 forks source link

Add Dotnet Templates with EFCore #99

Open jkone27 opened 3 years ago

jkone27 commented 3 years ago

does this have to rely on Paket, is it available as a dotnet template for mvc? that would be great

dotnet new efcore-mvc --language f# 

and also

dotnet new efcore-saturn --language f# 

but I think paket could be kept out from simple templates to make it more accessible to "standard" .net devs. In the end EF is the battle-proof db access .NET orm standard... so it would be handy to have it in F# as a "default" choice

bricelam commented 3 years ago

Oh I like the idea of adding it to the StarterWeb-FSharp template behind an --auth Individual option like it is in C#. Even if the future of that option is a little uncertain...

simon-reynolds commented 3 years ago

Definitely! I'll see if I can put together a PR to add support for that