73 references to ApplicationType
IIS.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
45
.WithApplicationTypes(
ApplicationType
.Portable);
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
40
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
46
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63
else if (deploymentParameters.ApplicationType ==
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
41
.WithApplicationTypes(
ApplicationType
.Portable)
47
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
40
.WithApplicationTypes(
ApplicationType
.Portable)
IIS.LongTests (8)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63
else if (deploymentParameters.ApplicationType ==
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (7)
276
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
306
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
341
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
402
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
443
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
672
iisDeploymentParameters.ApplicationType =
ApplicationType
.Standalone;
727
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
IIS.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
35
ApplicationType =
ApplicationType
.Portable
IIS.NewHandler.FunctionalTests (8)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63
else if (deploymentParameters.ApplicationType ==
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (7)
276
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
306
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
341
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
402
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
443
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
672
iisDeploymentParameters.ApplicationType =
ApplicationType
.Standalone;
727
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63
else if (deploymentParameters.ApplicationType ==
ApplicationType
.Portable)
IISExpress.FunctionalTests (14)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
45
.WithApplicationTypes(
ApplicationType
.Portable);
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
40
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
46
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63
else if (deploymentParameters.ApplicationType ==
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
41
.WithApplicationTypes(
ApplicationType
.Portable)
47
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
40
.WithApplicationTypes(
ApplicationType
.Portable)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (7)
276
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
306
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
341
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
402
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
443
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
672
iisDeploymentParameters.ApplicationType =
ApplicationType
.Standalone;
727
deploymentParameters.ApplicationType =
ApplicationType
.Standalone;
Microsoft.AspNetCore.Hosting.FunctionalTests (2)
LinkedApplicationTests.cs (1)
32
ApplicationType =
ApplicationType
.Standalone,
ShutdownTests.cs (1)
58
ApplicationType =
ApplicationType
.Portable,
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
37
ApplicationType =
ApplicationType
.Portable,
Microsoft.AspNetCore.Server.IntegrationTesting (24)
ApplicationPublisher.cs (1)
39
if (deploymentParameters.ApplicationType ==
ApplicationType
.Standalone)
CachingApplicationPublisher.cs (1)
87
public
ApplicationType
ApplicationType { get; set; }
Common\DeploymentParameters.cs (1)
155
public
ApplicationType
ApplicationType { get; set; }
Deployers\NginxDeployer.cs (1)
59
&& DeploymentParameters.ApplicationType ==
ApplicationType
.Standalone)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (2)
54
if (_deploymentParameters.ApplicationType ==
ApplicationType
.Portable
201
if (DeploymentParameters.ApplicationType ==
ApplicationType
.Portable)
Deployers\SelfHostDeployer.cs (3)
47
&& DeploymentParameters.ApplicationType ==
ApplicationType
.Standalone)
85
var executableExtension = DeploymentParameters.ApplicationType ==
ApplicationType
.Portable ? ".dll"
105
if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType ==
ApplicationType
.Portable)
TestMatrix.cs (12)
13
public IList<
ApplicationType
> ApplicationTypes { get; set; } = new List<
ApplicationType
>();
35
public TestMatrix WithApplicationTypes(params
ApplicationType
[] types)
43
ApplicationTypes.Add(
ApplicationType
.Portable);
44
ApplicationTypes.Add(
ApplicationType
.Standalone);
109
ApplicationTypes.Add(
ApplicationType
.Portable);
200
foreach (
var
t in ApplicationTypes)
202
var
type = t;
203
if (Tfm.Matches(Tfm.Net462, tfm) && type ==
ApplicationType
.Portable)
208
type =
ApplicationType
.Standalone;
220
private void VaryByArchitecture(List<TestVariant> variants, ServerType server, string tfm, string skip,
ApplicationType
type)
267
private void VaryByAncmHostingModel(IList<TestVariant> variants, ServerType server, string tfm,
ApplicationType
type, RuntimeArchitecture arch, string skip)
TestVariant.cs (3)
12
public
ApplicationType
ApplicationType { get; set; }
36
info.AddValue(nameof(ApplicationType), ApplicationType, typeof(
ApplicationType
));
46
ApplicationType = info.GetValue<
ApplicationType
>(nameof(ApplicationType));
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISExpressDeployer.cs (4)
68
var executableExtension = DeploymentParameters.ApplicationType ==
ApplicationType
.Portable ? ".dll" : ".exe";
74
if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType ==
ApplicationType
.Portable)
143
&& DeploymentParameters.ApplicationType ==
ApplicationType
.Standalone)
359
&& DeploymentParameters.ApplicationType ==
ApplicationType
.Portable
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
137
ApplicationType =
ApplicationType
.Portable,
ServerComparison.FunctionalTests (2)
HelloWorldTest.cs (2)
28
.WithApplicationTypes(
ApplicationType
.Portable)
117
.WithApplicationTypes(
ApplicationType
.Portable)