You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
We need to support MvcHostOptions as a top level construct that is set up from Microsoft.AspNet.Mvc. This would allow users to set up default namespaces, base type etc
The text was updated successfully, but these errors were encountered:
One of the issues we have with DI in the host is that we need to continue providing design time support even if the application does not compile.
Discussed this with @yishaigalatzer and we settled on attempting to read these values from the DI if available or falling back to using sensible defaults when we can't.
We need to support MvcHostOptions as a top level construct that is set up from Microsoft.AspNet.Mvc. This would allow users to set up default namespaces, base type etc
The text was updated successfully, but these errors were encountered: