logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

LogicApp support for .NET6 / Tools V4

Open kaylumah opened this issue 3 years ago • 4 comments

Hi,

In #424 it mentions that the docs are updated to note explicitly that V3 of the function core tools are required.; that also means that on a .NET based logicapp you are forced to netcoreapp which is supported until december 2022.

I was wondering since we are now a few months further along if there are any plans to update support for V4 of the tools.

Especially since our Logic App is also using FunctionApps which are now required to be on V3 of the tooling as well.

kaylumah avatar Feb 07 '22 10:02 kaylumah

@kaylumah We have reached out to the product group regarding this ask. Product group will provide the updates in a few days.

shailesh-agre avatar Feb 15 '22 13:02 shailesh-agre

@shailesh-agre Do you have any update on this?

gastonmuijtjens avatar Mar 09 '22 18:03 gastonmuijtjens

Also chasing an update on this, being behind on the function tools makes it challenging to develop both LA standard and Azure Functions on the same machine..

Or does someone have a nice work around?

cbradshaw-nz avatar Mar 31 '22 05:03 cbradshaw-nz

If you're on a Mac i did find this as a workaround on Stack Overflow.

If running on Mac and installed the function core tools V3 and V4 using Homebrew, you can easily switch between installed versions.

Just run this command to switch to V3: brew unlink azure-functions-core-tools@3 && brew link --overwrite azure-functions-core-tools@3

To switch to V4, use the same command but with a trailing @4, like this: brew unlink azure-functions-core-tools@4 && brew link --overwrite azure-functions-core-tools@4

cbradshaw-nz avatar Apr 04 '22 05:04 cbradshaw-nz

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 20 '22 22:10 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Oct 27 '22 22:10 github-actions[bot]