Debugger doesn't hit certain breakpoint – Asp.net
I'm working on a ASP.NET 5 Web API project on VS2019. I'm trying to set a breakpoint on the POST action (PostCustomerPayment) in the controller however, the breakpoint is never hit. I tried setting breakpoints in several other areas (such…