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.
As part of #731 we removed support for passing the server as an assembly name. Servers will provide extension methods that add types directly to the DI container for configuring a specific Server e.g.
We are closing this issue because no further action is planned for this issue. If you still have any issues or questions, please log a new issue with any additional details that you have.
As part of #731 we removed support for passing the server as an assembly name. Servers will provide extension methods that add types directly to the DI container for configuring a specific Server e.g.
In the above example
UseKestrel()
replacesUseServer("Microsoft.AspNetCore.Server.Kestrel")
. It's also less error prone.The text was updated successfully, but these errors were encountered: