When creating an Azure Function App in .Net 8 Isolated in VS2022 why does the project template always create a Function with IActionResult instead of HttpResponseData?
I have tried mostly everything but cannot get this to work.
Any idea how I could fix this?
Thanks
Tried VS2022 VS Code but both create IActionResult instead of HttpResponseData not sure why
New contributor
Sarosh Wadia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.