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
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
The text was updated successfully, but these errors were encountered:
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...
does this have to rely on Paket, is it available as a dotnet template for mvc? that would be great
and also
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
The text was updated successfully, but these errors were encountered: