We're removing the Resolver IServiceProvider from ControllerBase in MVC.
If you are affected by this change you can simply replace any instance of Resolver with HttpContext?.RequestServices to get identical behavior.
Use aspnet/Mvc#4296 for further discussion.
We're removing the
ResolverIServiceProvider from ControllerBase in MVC.If you are affected by this change you can simply replace any instance of
ResolverwithHttpContext?.RequestServicesto get identical behavior.Use aspnet/Mvc#4296 for further discussion.