Visual Studio Code – Async method in web-app does not complete if it is not awaited – execution just steps back out into the controller. Why?
I have a simple web app, built with .NET Core (3.1) MVC and EF Core 5, containing a PersonController and a PersonService. (The project was provided by a teacher in my educational program, and he doesn't understand why the problem…