-
Notifications
You must be signed in to change notification settings - Fork 447
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
Can't run Functions v2 on OSX after update #3418
Comments
similar error on my mac as well after an upgrade to the solution: Reading host configuration file '/Users/user1/Documents/source/vsts/organisation/src/project/bin/Debug/netstandard2.0/host.json' Note that this same project works on Visual Studio 2017 15.8.2 and version 15.8.5023 of the Azure Functions and Web Jobs Tools package. Version 2.5.2 of the Azure Functions Cli tools is also installed for Windows. I don't know how to updat the host version from that highlighted above to the latest version. I have tried following these instructions, for cli tools installation but this doesn't appear to have changed anything when running the function. https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local Updating Homebrew... ==> Installing azure-functions-core-tools from azure/functions |
I'm getting this also. Has anybody found a fix for this yet ? |
Also getting this issue after a fresh install of all tools. Local SDKS and Nuget packages upgraded to latest, but host still running the same version as above, bump? |
I found this page and this page My problem is the execution context issue. It's not obvious if I need to install all of these packages or just the ones I use
I'm going to try all as the ExecutionContext might need to be aware of all possible triggers |
I had the same similar issue: I typed this command: My current setup: Azure Functions Core Tools: 2.0.3 |
Ok got really fed up with this. I noticed there were some updates to Visual Studio Mac on the Alpha Channel for Azure functions. I downloaded the updates but it still didn't work. I also re-installed Azure Functions Core Tools using brew
and still didn't help :/ I am mentioning the above as I don't know if they are pre-requisites to the next step that worked! I then found this link Azure/azure-functions-core-tools#697 And did this as suggested.
You have to copy over your local settings.json file and then it worked for me. |
At this moment, it is possible to run the function project in VS code where Functions v2 are working on macOS. Unfortunately, currently, Functions Runtime =>2.0.12050 isn't working in Visual Studio Mac. |
Is this still an issue? |
No
… On 15 Jul 2019, at 22:39, Pragna Gopa ***@***.***> wrote:
Is this still an issue?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Ever since I updated my packages to Microsoft.NET.Sdk.Functions 1.0.19, I can no longer test my builds in Visual Studio Mac. I am presented with the error below. I have tried updating my Visual Studio (stable, beta and alpha) but they don't seem to be updating the runtime version to 2.0.12x, so I'm stuck with 2.0.119, which is not supported with the latest version of the Functions Sdk.. Is there a way to manually do this?
The text was updated successfully, but these errors were encountered: