53 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (12)
AzureContainerAppsTests.cs (1)
2439public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1626public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
343public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
464public LaunchSettings LaunchSettings => new() 481public LaunchSettings LaunchSettings => new() 498public LaunchSettings LaunchSettings => new() 515public LaunchSettings LaunchSettings => new() 531public LaunchSettings LaunchSettings => new() 548public LaunchSettings LaunchSettings => new() 565public LaunchSettings LaunchSettings => new()
AzureSandboxesTests.cs (1)
3327public LaunchSettings LaunchSettings { get; } = new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Blazor.Tests (3)
BlazorHostedExtensionsTests.cs (1)
620public LaunchSettings LaunchSettings { get; } = new();
GatewayConfigurationBuilderTests.cs (1)
545public LaunchSettings LaunchSettings { get; } = new();
WithBlazorAppTests.cs (1)
508public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
804public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
1275public LaunchSettings? LaunchSettings { get; set; } 1282public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
2132public LaunchSettings? LaunchSettings { get; set; } 2139public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Radius.Tests (3)
InnerLoop\RadiusInfrastructureInitializationTests.cs (1)
133public LaunchSettings LaunchSettings { get; } = new();
Publishing\BicepGenerationSimpleTests.cs (1)
195public LaunchSettings LaunchSettings { get; } = new();
RadiusExtensionsTests.cs (1)
194public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Tests (30)
Dashboard\DashboardResourceTests.cs (1)
885public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (7)
10429public LaunchSettings LaunchSettings { get; } = new(); 10435public LaunchSettings LaunchSettings { get; } = new(); 10463public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10495public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10513public LaunchSettings LaunchSettings { get; } = new(); 10519public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10540public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings();
Dcp\ExecutableLaunchPlanTests.cs (1)
302public LaunchSettings LaunchSettings { get; } = new();
Dcp\ResourceSnapshotBuilderTests.cs (2)
335public LaunchSettings LaunchSettings { get; } = new() 353public LaunchSettings LaunchSettings { get; } = new()
ExternalServiceTests.cs (1)
621public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
1205public LaunchSettings LaunchSettings { get; } = new(); 1211public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
1058public LaunchSettings? LaunchSettings { get; set; } 1072public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
523public LaunchSettings? LaunchSettings { get; set; } 529public LaunchSettings? LaunchSettings => new()
Publishing\ResourceContainerImageManagerTests.cs (1)
1591public LaunchSettings LaunchSettings { get; } = new();
WithEndpointTests.cs (4)
897public LaunchSettings? LaunchSettings { get; } = new(); 904public LaunchSettings? LaunchSettings => null; 1101public LaunchSettings LaunchSettings { get; } = new(); 1107public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
511public LaunchSettings LaunchSettings { get; } = new(); 517public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
1012public LaunchSettings LaunchSettings { get; } = new(); 1018public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1066public LaunchSettings LaunchSettings { get; } = new(); 1073public LaunchSettings LaunchSettings { get; } = new()
3 references to LaunchSettings
Aspire.Hosting (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
71if (projectMetadata.LaunchSettings is { } launchSettings)
Aspire.Hosting.Azure.Functions (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
71if (projectMetadata.LaunchSettings is { } launchSettings)
Aspire.Hosting.Dotnet (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
71if (projectMetadata.LaunchSettings is { } launchSettings)