6 references to Kestrel
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Common\TestUriHelper.cs (2)
18
var statusMessagesEnabled = (serverType == ServerType.
Kestrel
);
27
if (serverType == ServerType.
Kestrel
&& statusMessagesEnabled)
Deployers\ApplicationDeployerFactory.cs (1)
31
case ServerType.
Kestrel
:
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (2)
30
&& _deploymentParameters.ServerType != ServerType.
Kestrel
34
$" Supported server types are {nameof(ServerType.
Kestrel
)}, {nameof(ServerType.IIS)} and {nameof(ServerType.HttpSys)}");
TestMatrix.cs (1)
153
case ServerType.
Kestrel
: