This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
missing PerRequestLifetimeManager in Unity.AspNet.WebApi #10
Labels
Enhancement 🔨
Improvement of existing features
When using Unity with ASP.NET Web API project i added the following packages
However, I can not use
PerRequestLifetimeManager
because it is not part ofUnity.AspNet.WebApi
. InsteadPerRequestLifetimeManager
is part ofUnity.Mvc
. and whenUnity.Mvc
Nuget package is added to Web Api Project it brings in other Web UI related dependencies likeIs there a way to use
PerRequestLifetimeManager
in ASP.NET Web API without addingUnity.Mvc
package?The text was updated successfully, but these errors were encountered: