logicapps
logicapps copied to clipboard
LogicApp support for .NET6 / Tools V4
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 We have reached out to the product group regarding this ask. Product group will provide the updates in a few days.
@shailesh-agre Do you have any update on this?
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?
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
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.