ASP.NET Web API – HttpClient.PostAsync local API does not step into code
So here's my situation... I have a unit test project wherein I instantiated a Web API controller. Both the unit test project and the ASP.NET Web API project are in the same solution. The Web API controllers' implementation includes one…