I have problem with unit testing my WEB API controller, I\'m using moq to mock up my repository, do the setup and response for it. Then initiate the controller with mocked r
Try ensuring that Microsoft.AspNet.WebApi.Client is installed.
My app wasn't working because I'd removed that for other reasons.
Open Package Manager Console and execute:
Install-Package Microsoft.AspNet.WebApi.Client