azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Port V1 F# templates over to V2

Open paulbatum opened this issue 7 years ago • 12 comments

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.

paulbatum avatar Aug 07 '18 21:08 paulbatum

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

paulbatum avatar Aug 07 '18 21:08 paulbatum

Hey @cartermp any updates on this?

paulbatum avatar Sep 05 '18 19:09 paulbatum

Hey there, sorry for lack of response here - I can get to this this week.

cartermp avatar Sep 06 '18 01:09 cartermp

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.

paulbatum avatar Sep 07 '18 22:09 paulbatum

But samples/templates for precompiled functions would be great.

forki avatar Sep 08 '18 09:09 forki

@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 avatar Apr 02 '19 18:04 dsyme

@dsyme There is this PR: https://github.com/Azure/azure-functions-templates/pull/738

mikhailshilkov avatar Apr 02 '19 18:04 mikhailshilkov

@mikhailshilkov Cool I missed that

@paulbatum What do you think of the PR? thanks. I think this would be an adequate replacement

dsyme avatar Apr 02 '19 18:04 dsyme

@cartermp Probably knows what's left. The PR is quite a beast.

mikhailshilkov avatar Apr 02 '19 18:04 mikhailshilkov

The templates should be good to go, just need to verify it all works when you plug the pieces together

cartermp avatar Apr 02 '19 19:04 cartermp

I tried to consume the build artifacts on the PR and ran into a problem. Lets discuss it there.

paulbatum avatar Apr 03 '19 02:04 paulbatum

When will be released the F# Azure Functions V2 project templates (for .NET Core 3.1 or .NET 5) for Visual Studio ?

TonyHenrique avatar Dec 09 '19 22:12 TonyHenrique