-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version reports it is old #3776
Latest version reports it is old #3776
Comments
By default, the Chocolatey package downloads |
@kshyju has more context on this. |
Hi @kshyju, looking at the Logs of the chocolatey, shim for generating twice (we have 2 executables: one in root folder and other in inproc8) and --iconpath(target path) is getting replaced with inproc8/func.exe when shim is generated 2nd time. so, it is running the func.exe present in 'root/inproc8' folder. Could you please provide overview on whether shim needs to generate twice or based on some condition ( |
I am experiencing the same issue. Manually recreating the first shim for func.exe (in \lib\azure-functions-core-tools\tools\func.exe) seems to solve the problem at our end as a workaround. |
And this also happens when installing or reinstalling using
Further, I used |
Can confirm what @ThomasBarnekow mentioned. I am using it on a Macbook with the M1 chip/Apple Silicon. Azure Functions Core Tools
Core Tools Version: 4.0.6610 Commit hash: N/A +0d55b5d7efe83d85d2b5c6e0b0a9c1b213e96256 (64-bit)
Function Runtime Version: 4.1036.1.23224
<...truncated...>
You are using an old Core Tools version. Please upgrade to the latest version. Any news on this @VineethReyya ? |
Any update on this please? The official link in the docs installs version 4.0.6610. |
Also having this problem, so does all of my team using Mac's. I think it's safe to say that most users (both win as mac) will have this issue? When is a fix expected? |
Yay - it's fixed. Thank you @VineethReyya :) |
Version
Core Tools Version: 4.0.1 Commit hash: N/A +807e89766a92b14fd07b9f0bc2bea1d8777ab209 (32-bit)
Function Runtime Version: 4.834.3.22875
Description
I have the latest v4.0.5907 release installed, but when I run
func
it includes the following statement at the end of the output:Steps to reproduce
choco install azure-functions-core-tools
.func
.The text was updated successfully, but these errors were encountered: