Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AspNet WebApi System.Web.Http.SelfHost namespace is missing?

I've added AspNetWebApi to my project but want to do some integration testing using the SelfHost feature. However, I've noticed System.Web.Http.SelfHost namespace doesn't exist anywhere.

Is there something I'm overlooking?

like image 304
jaffa Avatar asked Oct 28 '25 05:10

jaffa


1 Answers

It is in a separate nuget http://nuget.org/packages/AspNetWebApi.SelfHost

like image 121
Darrel Miller Avatar answered Oct 30 '25 15:10

Darrel Miller