This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Improve controller authoring experience for AddMvcCore #3094
Closed
Description
See this comment thread: #3083 (comment)
Right now it's confusing if you do AddMvcCore()
and then try to use Controller
. You'll get an exception about ITempData
not being found in the service provider.