34 references to Portable
IIS.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
46.WithApplicationTypes(ApplicationType.Portable);
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
41.WithApplicationTypes(ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
47.WithApplicationTypes(ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63else if (deploymentParameters.ApplicationType == ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
42.WithApplicationTypes(ApplicationType.Portable) 48.WithApplicationTypes(ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
39.WithApplicationTypes(ApplicationType.Portable)
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63else if (deploymentParameters.ApplicationType == ApplicationType.Portable)
IIS.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
35ApplicationType = ApplicationType.Portable
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63else if (deploymentParameters.ApplicationType == ApplicationType.Portable)
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63else if (deploymentParameters.ApplicationType == ApplicationType.Portable)
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63else if (deploymentParameters.ApplicationType == ApplicationType.Portable)
IISExpress.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
46.WithApplicationTypes(ApplicationType.Portable);
src\Servers\IIS\IIS\test\Common.FunctionalTests\BasicAuthTests.cs (1)
41.WithApplicationTypes(ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
47.WithApplicationTypes(ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedApplicationPublisher.cs (1)
63else if (deploymentParameters.ApplicationType == ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (2)
42.WithApplicationTypes(ApplicationType.Portable) 48.WithApplicationTypes(ApplicationType.Portable)
src\Servers\IIS\IIS\test\Common.FunctionalTests\WindowsAuthTests.cs (1)
39.WithApplicationTypes(ApplicationType.Portable)
Microsoft.AspNetCore.Hosting.FunctionalTests (1)
ShutdownTests.cs (1)
58ApplicationType = ApplicationType.Portable,
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
37ApplicationType = ApplicationType.Portable,
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (2)
54if (_deploymentParameters.ApplicationType == ApplicationType.Portable 201if (DeploymentParameters.ApplicationType == ApplicationType.Portable)
Deployers\SelfHostDeployer.cs (2)
85var executableExtension = DeploymentParameters.ApplicationType == ApplicationType.Portable ? ".dll" 105if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable)
TestMatrix.cs (3)
43ApplicationTypes.Add(ApplicationType.Portable); 109ApplicationTypes.Add(ApplicationType.Portable); 203if (Tfm.Matches(Tfm.Net462, tfm) && type == ApplicationType.Portable)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (3)
IISExpressDeployer.cs (3)
68var executableExtension = DeploymentParameters.ApplicationType == ApplicationType.Portable ? ".dll" : ".exe"; 74if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable) 357&& DeploymentParameters.ApplicationType == ApplicationType.Portable
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
137ApplicationType = ApplicationType.Portable,
ServerComparison.FunctionalTests (2)
HelloWorldTest.cs (2)
28.WithApplicationTypes(ApplicationType.Portable) 117.WithApplicationTypes(ApplicationType.Portable)