My controller has a lot of actions. But One actions breakpoint not being hit when at debug mod.
I triggered other actions from swagger and those breakpoints were hit. But when I send request to that action, I get response directly. I looked to attached process, also I looked is there any w3wp process. There is no.
I suspect about my request param. I try to send json in request. My controller action take List of a model.(Also I tried param as ConcurrentBag). If this is a issue how I can solve it? if hitting breakpoints problem is not about that what is the problem and How I can solve it?