37 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
1728public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
973public 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)
208public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
685public LaunchSettings? LaunchSettings { get; set; } 692public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
360public LaunchSettings? LaunchSettings { get; set; }
Aspire.Hosting.Tests (22)
Dashboard\DashboardResourceTests.cs (1)
644public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
2086public LaunchSettings LaunchSettings { get; } = new(); 2092public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2124public LaunchSettings LaunchSettings { get; } = new(); 2130public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings();
ExternalServiceTests.cs (1)
456public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
516public LaunchSettings LaunchSettings { get; } = new(); 522public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
888public LaunchSettings? LaunchSettings { get; set; } 897public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
461public LaunchSettings? LaunchSettings { get; set; } 467public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (3)
671public LaunchSettings? LaunchSettings { get; } = new(); 677public LaunchSettings LaunchSettings { get; } = new(); 683public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
509public LaunchSettings LaunchSettings { get; } = new(); 515public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
697public LaunchSettings LaunchSettings { get; } = new(); 703public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
909public LaunchSettings LaunchSettings { get; } = new(); 916public 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)