39 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
1730public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1266public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
180public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
430public LaunchSettings LaunchSettings => new() 447public LaunchSettings LaunchSettings => new() 464public LaunchSettings LaunchSettings => new() 481public LaunchSettings LaunchSettings => new() 497public LaunchSettings LaunchSettings => new() 514public LaunchSettings LaunchSettings => new() 531public 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)
891public LaunchSettings? LaunchSettings { get; set; } 898public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
414public LaunchSettings? LaunchSettings { get; set; } 421public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Tests (23)
Dashboard\DashboardResourceTests.cs (1)
649public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
2192public LaunchSettings LaunchSettings { get; } = new(); 2198public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2230public LaunchSettings LaunchSettings { get; } = new(); 2236public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings();
ExternalServiceTests.cs (1)
572public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
536public LaunchSettings LaunchSettings { get; } = new(); 542public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
876public LaunchSettings? LaunchSettings { get; set; } 885public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
461public LaunchSettings? LaunchSettings { get; set; } 467public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (4)
700public LaunchSettings? LaunchSettings { get; } = new(); 707public LaunchSettings? LaunchSettings => null; 714public LaunchSettings LaunchSettings { get; } = new(); 720public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
510public LaunchSettings LaunchSettings { get; } = new(); 516public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
762public LaunchSettings LaunchSettings { get; } = new(); 768public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1004public LaunchSettings LaunchSettings { get; } = new(); 1011public 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)