This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Make WebHost internal to avoid type conflict #1030
Closed
Description
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.