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 has been archived by the owner on Dec 19, 2018. It is now read-only.
We're moving away from generic hosting understanding how to wire up servers to servers adding themselves to the DI container via first class extension methods. This also avoids issues where the default extension methods setup things by default (like a default set of options) so that it's possible to configure server settings in the application.
The text was updated successfully, but these errors were encountered:
Fowler's latest ask: Remove the extension, the config value, and the server factory that read the server value. Require servers be registered via DI in Main.
We're moving away from generic hosting understanding how to wire up servers to servers adding themselves to the DI container via first class extension methods. This also avoids issues where the default extension methods setup things by default (like a default set of options) so that it's possible to configure server settings in the application.
The text was updated successfully, but these errors were encountered: