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 19, 2018. It is now read-only.
The type lives in the Microsoft.AspNetCore.Hosting.Internal namespace. Now that we have the WebHost as a public type in Microsft.AspNetCore that contains the static APIs, we should rename the one in hosting to prevent potential type conflicts.
HostingWebHost, InternalWebHost?
Note that this should not happen often since it's unlikely that anyone should be using the M.A.Hosting.Internal namespace.
The text was updated successfully, but these errors were encountered:
The type lives in the Microsoft.AspNetCore.Hosting.Internal namespace. Now that we have the WebHost as a public type in Microsft.AspNetCore that contains the static APIs, we should rename the one in hosting to prevent potential type conflicts.
HostingWebHost
,InternalWebHost
?Note that this should not happen often since it's unlikely that anyone should be using the
M.A.Hosting.Internal
namespace.The text was updated successfully, but these errors were encountered: