14 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (5)
AzureFunctionsTests.cs (5)
168
public LaunchSettings
LaunchSettings
=> new()
185
public LaunchSettings
LaunchSettings
=> new()
202
public LaunchSettings
LaunchSettings
=> new()
219
public LaunchSettings
LaunchSettings
=> new()
235
public LaunchSettings
LaunchSettings
=> new()
Aspire.Hosting.Tests (9)
Dashboard\DashboardResourceTests.cs (1)
529
public LaunchSettings
LaunchSettings
{ get; } = new();
Dcp\ApplicationExecutorTests.cs (1)
1097
public LaunchSettings
LaunchSettings
{ get; } = new();
ProjectResourceTests.cs (2)
662
public LaunchSettings?
LaunchSettings
{ get; set; }
671
public LaunchSettings?
LaunchSettings
=> new LaunchSettings { Profiles = Profiles! };
WithEndpointTests.cs (3)
604
public LaunchSettings?
LaunchSettings
{ get; } = new();
610
public LaunchSettings
LaunchSettings
{ get; } = new();
616
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)
58
if (projectMetadata.
LaunchSettings
is { } launchSettings)
Aspire.Hosting.Azure.Functions (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
58
if (projectMetadata.
LaunchSettings
is { } launchSettings)