This repository was archived by the owner on Mar 2, 2023. It is now read-only.
This repository was archived by the owner on Mar 2, 2023. It is now read-only.
Dependency on Micrsoft.AspNet.WebApi.WebHost not always needed #18
Open
Description
UnityDependencyResolver can also be used with a self-hosting on OWIN
but this package has a dependency on Microsoft.AspNet.WebApi which in its turn
depends on Microsoft.AspNet.WebApi.WebHost.
UnityDependencyResolver, however, has no dependency on any particular hosting environment.
Please, consider extracting UnityDependencyResolver into a separate package.