29 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (9)
AzureEnvironmentResourceTests.cs (1)
183
public LaunchSettings?
LaunchSettings
{ get; set; }
AzureFunctionsTests.cs (7)
425
public LaunchSettings
LaunchSettings
=> new()
442
public LaunchSettings
LaunchSettings
=> new()
459
public LaunchSettings
LaunchSettings
=> new()
476
public LaunchSettings
LaunchSettings
=> new()
492
public LaunchSettings
LaunchSettings
=> new()
509
public LaunchSettings
LaunchSettings
=> new()
526
public LaunchSettings
LaunchSettings
=> new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100
public LaunchSettings
LaunchSettings
=> new()
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
503
public LaunchSettings?
LaunchSettings
{ get; set; }
510
public LaunchSettings?
LaunchSettings
=> new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
279
public LaunchSettings?
LaunchSettings
{ get; set; }
Aspire.Hosting.Tests (17)
Dashboard\DashboardResourceTests.cs (1)
540
public LaunchSettings
LaunchSettings
{ get; } = new();
Dcp\DcpExecutorTests.cs (1)
1300
public LaunchSettings
LaunchSettings
{ get; } = new();
ExternalServiceTests.cs (1)
375
public LaunchSettings
LaunchSettings
{ get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
488
public LaunchSettings
LaunchSettings
{ get; } = new();
494
public LaunchSettings
LaunchSettings
{ get; } = new();
ProjectResourceTests.cs (2)
669
public LaunchSettings?
LaunchSettings
{ get; set; }
678
public LaunchSettings?
LaunchSettings
=> new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
278
public LaunchSettings?
LaunchSettings
{ get; set; }
WithEndpointTests.cs (3)
689
public LaunchSettings?
LaunchSettings
{ get; } = new();
695
public LaunchSettings
LaunchSettings
{ get; } = new();
701
public LaunchSettings
LaunchSettings
{ get; } = new();
WithEnvironmentTests.cs (2)
500
public LaunchSettings
LaunchSettings
{ get; } = new();
506
public LaunchSettings
LaunchSettings
{ get; } = new();
WithReferenceTests.cs (2)
408
public LaunchSettings
LaunchSettings
{ get; } = new();
414
public LaunchSettings
LaunchSettings
{ get; } = new();
WithUrlsTests.cs (2)
760
public LaunchSettings
LaunchSettings
{ get; } = new();
767
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)