Reputation: 425
Having troubling with setting up Azure Function project. When i create new project with Azure function v3, i am unable to build due to receiving the following error message.
Metadata generation failed. Exit code: '-2146232797' Error: 'Assert FailureExpression: [Recursive resource lookup bug]Description: Infinite recursion during resource lookup within System.Private.CoreLib. This may be a bug in System.Private.CoreLib, or potentially in certain extensibility points such as assembly resolve events or CultureInfo names.
Even if i try creating an empty solution of Azure function it still fails to build.
I have the following setup:
I have tried working through VS code and run into same problem :|
Upvotes: 1
Views: 627
Reputation: 961
I have tried to replicate the issue but I see a successful build. I have the following set up :
I have created a Http trigger function
However, I have also followed https://github.com/Azure/azure-functions-host/issues/4649#issuecomment-511587424 and made sure I am using the latest version of the package Microsoft.NET.Sdk.Functions
Is it any different from what you are doing?
Upvotes: 1