39 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
1785public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1278public 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)
414public LaunchSettings? LaunchSettings { get; set; } 421public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Tests (23)
Dashboard\DashboardResourceTests.cs (1)
723public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
2370public LaunchSettings LaunchSettings { get; } = new(); 2376public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2408public LaunchSettings LaunchSettings { get; } = new(); 2414public 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)
956public LaunchSettings? LaunchSettings { get; set; } 965public 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)