39 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
1843public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1364public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
181public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
432public LaunchSettings LaunchSettings => new() 449public LaunchSettings LaunchSettings => new() 466public LaunchSettings LaunchSettings => new() 483public LaunchSettings LaunchSettings => new() 499public LaunchSettings LaunchSettings => new() 516public LaunchSettings LaunchSettings => new() 533public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
211public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
952public LaunchSettings? LaunchSettings { get; set; } 959public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
456public LaunchSettings? LaunchSettings { get; set; } 463public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Tests (23)
Dashboard\DashboardResourceTests.cs (1)
723public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
2386public LaunchSettings LaunchSettings { get; } = new(); 2392public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2424public LaunchSettings LaunchSettings { get; } = new(); 2430public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings();
ExternalServiceTests.cs (1)
573public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
537public LaunchSettings LaunchSettings { get; } = new(); 543public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
957public LaunchSettings? LaunchSettings { get; set; } 966public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
462public LaunchSettings? LaunchSettings { get; set; } 468public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (4)
701public LaunchSettings? LaunchSettings { get; } = new(); 708public LaunchSettings? LaunchSettings => null; 715public LaunchSettings LaunchSettings { get; } = new(); 721public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
511public LaunchSettings LaunchSettings { get; } = new(); 517public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
109public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
763public LaunchSettings LaunchSettings { get; } = new(); 769public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1005public LaunchSettings LaunchSettings { get; } = new(); 1012public LaunchSettings LaunchSettings { get; } = new()
2 references to LaunchSettings
Aspire.Hosting (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
72if (projectMetadata.LaunchSettings is { } launchSettings)
Aspire.Hosting.Azure.Functions (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
72if (projectMetadata.LaunchSettings is { } launchSettings)