Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
96 stars 62 forks source link

Had upgraded newtonsoft.Json to 13.0.1 and Microsoft.NET.Sdk.Functions to 3.0.1from 1.0.22 and facing the following Ambiguity error .I also installed Microsoft.Azure.WebJobs.Extensions.Storage 3.0.0 to remove error :"QueueTriggerAttribute Missing" #590

Closed gargrahulms closed 1 year ago

gargrahulms commented 1 year ago

The call is ambiguous between the following methods or properties: 'System.Net.Http.HttpRequestMessageExtensions.CreateResponse(System.Net.Http.HttpRequestMessage, System.Net.HttpStatusCode, T)' and 'System.Net.Http.HttpRequestMessageExtensions.CreateResponse(System.Net.Http.HttpRequestMessage, System.Net.HttpStatusCode, T)'

Currently on .net framework 4.6.2

ramya894 commented 1 year ago

@gargrahulms please check the discussion mentioned in the below link for common errors. https://github.com/Azure/azure-functions-host/issues/3363

If you still face the issue please share us the function app name, timestamp and invocation id details so that we can check the system logs and provide you with the solution.

ghost commented 1 year ago

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.