20 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (8)
AzureFunctionsTests.cs (7)
259
public LaunchSettings
LaunchSettings
=> new()
276
public LaunchSettings
LaunchSettings
=> new()
293
public LaunchSettings
LaunchSettings
=> new()
310
public LaunchSettings
LaunchSettings
=> new()
326
public LaunchSettings
LaunchSettings
=> new()
343
public LaunchSettings
LaunchSettings
=> new()
360
public LaunchSettings
LaunchSettings
=> new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
101
public LaunchSettings
LaunchSettings
=> new()
Aspire.Hosting.Tests (12)
Dashboard\DashboardResourceTests.cs (1)
529
public LaunchSettings
LaunchSettings
{ get; } = new();
Dcp\DcpExecutorTests.cs (1)
1257
public LaunchSettings
LaunchSettings
{ get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
295
public LaunchSettings
LaunchSettings
{ get; } = new();
301
public LaunchSettings
LaunchSettings
{ get; } = new();
ProjectResourceTests.cs (2)
662
public LaunchSettings?
LaunchSettings
{ get; set; }
671
public LaunchSettings?
LaunchSettings
=> new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
288
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)
276
public LaunchSettings
LaunchSettings
{ get; } = new();
282
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)