Controller action not being hit in Dotnet core based app
Debugging tips
a) Check your project sdk - this is a good thing to do in case you just converted your dll or console based application to a webapi based application.
Originally it might look like this
The correct settings :-
b) route - check your route in your controller.
Comments