Second attempt after #94, tries to fix the issue by migrating everything to a .NET Core application:
Changes
Migrate FsSnip.Website to a .NET Core 3.1 console app.
Update to latest FSharp.Compiler.Service v34.
Couple of local execution improvements:
Automate download of the data/ folder for run targets
Disable recaptcha for localhost runs.
Application is working fine locally, however I haven't been able to test the AppService integration bits. I'd expect those to run without issue, however they do require dotnet sdk 3.1.
Second attempt after #94, tries to fix the issue by migrating everything to a .NET Core application:
Changes
data/
folder forrun
targetsApplication is working fine locally, however I haven't been able to test the AppService integration bits. I'd expect those to run without issue, however they do require dotnet sdk 3.1.