35 references to AspireNewAsync
Aspire.Deployment.EndToEnd.Tests (35)
AcaCustomRegistryDeploymentTests.cs (1)
81await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AcaExistingRegistryDeploymentTests.cs (1)
109await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AcaManagedRedisDeploymentTests.cs (1)
90await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.JsReact);
AcaStarterDeploymentTests.cs (1)
84await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AcrPurgeTaskDeploymentTests.cs (1)
83await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.PythonReact, useRedisCache: false);
AksAzureKubernetesEnvironmentCertManagerDeploymentTests.cs (1)
92await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksAzureKubernetesEnvironmentCertManagerTypeScriptDeploymentTests.cs (1)
97await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.ExpressReact);
AksAzureKubernetesEnvironmentGatewayDeploymentTests.cs (1)
85await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksBlazorRedisDeploymentTests.cs (1)
81await auto.AspireNewAsync(projectName, counter, useRedisCache: true);
AksMultipleNodePoolsDeploymentTests.cs (1)
81await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksPersistentVolumeDeploymentTests.cs (1)
65await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksStarterDeploymentTests.cs (1)
162await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksStarterWithRedisHelmDeploymentTests.cs (1)
163await auto.AspireNewAsync(projectName, counter);
AksVnetWithAzureResourcesDeploymentTests.cs (1)
81await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksWithAzureResourcesDeploymentTests.cs (1)
81await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AksWithHelmChartDeploymentTests.cs (1)
86await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
AppServicePythonDeploymentTests.cs (1)
85await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.PythonReact, useRedisCache: false);
AppServiceReactDeploymentTests.cs (1)
85await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.JsReact, useRedisCache: false);
AppServiceStoragePrivateEndpointDeploymentTests.cs (1)
72await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.JsReact, useRedisCache: false);
AzureSandboxesDeploymentTests.cs (1)
84await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost);
AzureStorageDeploymentTests.cs (1)
241await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
FoundryHostedAgentDeploymentTests.cs (2)
88await auto.AspireNewAsync(projectName, counter, useRedisCache: false); 737await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
FrontDoorDeploymentTests.cs (1)
85await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.JsReact, useRedisCache: false);
KubernetesGatewayTlsDeploymentTests.cs (1)
249await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
KubernetesHelmChartDeploymentTests.cs (1)
137await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
NspStorageKeyVaultDeploymentTests.cs (1)
79await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.JsReact, useRedisCache: false);
PythonFastApiDeploymentTests.cs (1)
85await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.PythonReact, useRedisCache: false);
RadiusAzureResourcesDeploymentTests.cs (1)
57await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost);
RadiusStarterDeploymentTests.cs (1)
307await auto.AspireNewAsync(projectName, counter, useRedisCache: true);
tests\Shared\Hex1bAutomatorTestHelpers.cs (1)
495/// <see cref="AspireNewAsync"/>. <paramref name="beforeAcceptingAgentInit"/> runs after the
TypeScriptExpressDeploymentTests.cs (1)
81await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.ExpressReact);
VnetKeyVaultConnectivityDeploymentTests.cs (1)
77await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
VnetSqlServerConnectivityDeploymentTests.cs (1)
82await auto.AspireNewAsync(projectName, counter, useRedisCache: false);
VnetStorageBlobConnectivityDeploymentTests.cs (1)
78await auto.AspireNewAsync(projectName, counter, useRedisCache: false);