Spirch
Spirch
this issue is affecting my current development, is there a temporary fix for this? it was working before I updated visual studio 2022 to the latest version I can provide...
I should have given some code ``` using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using System.Net.Http; using System.Net.Http.Json; namespace FunctionApp1 { public static class Function1...
I have spend multiple hours trying to figure out why this simple code wasnt working just create a new **asp net web core web app mvc**, put this in the...