29 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (9)
AzureEnvironmentResourceTests.cs (1)
183public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
425public LaunchSettings LaunchSettings => new() 442public LaunchSettings LaunchSettings => new() 459public LaunchSettings LaunchSettings => new() 476public LaunchSettings LaunchSettings => new() 492public LaunchSettings LaunchSettings => new() 509public LaunchSettings LaunchSettings => new() 526public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
503public LaunchSettings? LaunchSettings { get; set; } 510public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
278public LaunchSettings? LaunchSettings { get; set; }
Aspire.Hosting.Tests (17)
Dashboard\DashboardResourceTests.cs (1)
541public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (1)
1289public LaunchSettings LaunchSettings { get; } = new();
ExternalServiceTests.cs (1)
295public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
466public LaunchSettings LaunchSettings { get; } = new(); 472public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
670public LaunchSettings? LaunchSettings { get; set; } 679public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
279public LaunchSettings? LaunchSettings { get; set; }
WithEndpointTests.cs (3)
624public LaunchSettings? LaunchSettings { get; } = new(); 630public LaunchSettings LaunchSettings { get; } = new(); 636public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
501public LaunchSettings LaunchSettings { get; } = new(); 507public LaunchSettings LaunchSettings { get; } = new();
WithReferenceTests.cs (2)
409public LaunchSettings LaunchSettings { get; } = new(); 415public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
774public LaunchSettings LaunchSettings { get; } = new(); 781public LaunchSettings LaunchSettings { get; } = new()
2 references to LaunchSettings
Aspire.Hosting (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
69if (projectMetadata.LaunchSettings is { } launchSettings)
Aspire.Hosting.Azure.Functions (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
69if (projectMetadata.LaunchSettings is { } launchSettings)