25 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (9)
AzureEnvironmentResourceTests.cs (1)
186
public LaunchSettings?
LaunchSettings
{ get; set; }
AzureFunctionsTests.cs (7)
423
public LaunchSettings
LaunchSettings
=> new()
440
public LaunchSettings
LaunchSettings
=> new()
457
public LaunchSettings
LaunchSettings
=> new()
474
public LaunchSettings
LaunchSettings
=> new()
490
public LaunchSettings
LaunchSettings
=> new()
507
public LaunchSettings
LaunchSettings
=> new()
524
public LaunchSettings
LaunchSettings
=> new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100
public LaunchSettings
LaunchSettings
=> new()
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
323
public LaunchSettings?
LaunchSettings
{ get; set; }
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
125
public LaunchSettings?
LaunchSettings
{ get; set; }
Aspire.Hosting.Tests (14)
Dashboard\DashboardResourceTests.cs (1)
541
public LaunchSettings
LaunchSettings
{ get; } = new();
Dcp\DcpExecutorTests.cs (1)
1288
public LaunchSettings
LaunchSettings
{ get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
421
public LaunchSettings
LaunchSettings
{ get; } = new();
427
public LaunchSettings
LaunchSettings
{ get; } = new();
ProjectResourceTests.cs (2)
670
public LaunchSettings?
LaunchSettings
{ get; set; }
679
public LaunchSettings?
LaunchSettings
=> new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
289
public LaunchSettings?
LaunchSettings
{ get; set; }
WithEndpointTests.cs (3)
624
public LaunchSettings?
LaunchSettings
{ get; } = new();
630
public LaunchSettings
LaunchSettings
{ get; } = new();
636
public LaunchSettings
LaunchSettings
{ get; } = new();
WithEnvironmentTests.cs (2)
367
public LaunchSettings
LaunchSettings
{ get; } = new();
373
public LaunchSettings
LaunchSettings
{ get; } = new();
WithUrlsTests.cs (2)
650
public LaunchSettings
LaunchSettings
{ get; } = new();
657
public LaunchSettings
LaunchSettings
{ get; } = new()
2 references to LaunchSettings
Aspire.Hosting (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
69
if (projectMetadata.
LaunchSettings
is { } launchSettings)
Aspire.Hosting.Azure.Functions (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
69
if (projectMetadata.
LaunchSettings
is { } launchSettings)