22 implementations of LaunchSettings
Aspire.Hosting.Azure.Tests (8)
AzureFunctionsTests.cs (7)
665public LaunchSettings LaunchSettings => new() 682public LaunchSettings LaunchSettings => new() 699public LaunchSettings LaunchSettings => new() 716public LaunchSettings LaunchSettings => new() 732public LaunchSettings LaunchSettings => new() 749public LaunchSettings LaunchSettings => new() 766public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
101public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Tests (14)
Dashboard\DashboardResourceTests.cs (1)
541public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (1)
1257public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
282public LaunchSettings LaunchSettings { get; } = new(); 288public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
667public LaunchSettings? LaunchSettings { get; set; } 676public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
289public 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)
367public LaunchSettings LaunchSettings { get; } = new(); 373public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
621public LaunchSettings LaunchSettings { get; } = new(); 628public 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)