Is it possible to have a ASP.NET OWIN self-host WebApi service running in one project, and include the WebApi controllers from another project, and how?
Right now, it seems like my hosting project doesn't include (/discovers) the controllers that I have in another project, which will result in an emptyApiDescriptions
of Microsoft.Web.Http.Description.VersionedApiExplorer
.