Port V1 F# templates over to V2
The fsx based templates that were usable in the Azure Functions portal for V1 are not currently available in V2. They should be straightforward to move over.
I'll also note there is this issue tracking project based templates, but that is a separate scenario from templates that work in the portal (though they may end up sharing the same source file): https://github.com/Azure/azure-functions-templates/issues/627
Hey @cartermp any updates on this?
Hey there, sorry for lack of response here - I can get to this this week.
Catching this issue up based on further investigation and discussion. There are a number of known issues with FSI support on .NET core 2.0 that impact the ability to support "fsx" functions in V2. For more info see here: https://github.com/Microsoft/visualfsharp/issues/2407. Marking this as blocked.
But samples/templates for precompiled functions would be great.
@paulbatum I'm available to to help to see F# samples/templates for precompiled functions based on the content in the original samples. Please let me know if I can help.
@dsyme There is this PR: https://github.com/Azure/azure-functions-templates/pull/738
@mikhailshilkov Cool I missed that
@paulbatum What do you think of the PR? thanks. I think this would be an adequate replacement
@cartermp Probably knows what's left. The PR is quite a beast.
The templates should be good to go, just need to verify it all works when you plug the pieces together
I tried to consume the build artifacts on the PR and ran into a problem. Lets discuss it there.
When will be released the F# Azure Functions V2 project templates (for .NET Core 3.1 or .NET 5) for Visual Studio ?