Unable to debug newly created Azure Function app (.NET 8.0 Isolated)
Whenever I create a new function project through the VS Code extension, I am unable to debug. I create an HTTP triggered function from the template, press F5 and immediatly get the error message (which is shown on the image) in my terminal. I did not edit any files. What am I doing wrong? The SLN file also has this structure I have not seen before: [NAME].generated.sln. I am running it all on an M3 pro macbook pro.
1 Reply
It seems to be caused by VS code adding the ".generated." part to the solution file name