31 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (10)
AzureContainerAppsTests.cs (1)
1711public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
706public LaunchSettings LaunchSettings => new()
AzureFunctionsTests.cs (7)
425public LaunchSettings LaunchSettings => new() 442public LaunchSettings LaunchSettings => new() 459public LaunchSettings LaunchSettings => new() 476public LaunchSettings LaunchSettings => new() 492public LaunchSettings LaunchSettings => new() 509public LaunchSettings LaunchSettings => new() 526public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
78public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
520public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Tests (19)
Dashboard\DashboardResourceTests.cs (1)
577public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
1734public LaunchSettings LaunchSettings { get; } = new(); 1744var settings = new LaunchSettings(); 1772public LaunchSettings LaunchSettings { get; } = new(); 1782var settings = new LaunchSettings();
ExternalServiceTests.cs (1)
455public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
490public LaunchSettings LaunchSettings { get; } = new(); 496public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
690public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
WithEndpointTests.cs (3)
689public LaunchSettings? LaunchSettings { get; } = new(); 695public LaunchSettings LaunchSettings { get; } = new(); 701public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
500public LaunchSettings LaunchSettings { get; } = new(); 506public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
103public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
418public LaunchSettings LaunchSettings { get; } = new(); 424public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
855public LaunchSettings LaunchSettings { get; } = new(); 862public LaunchSettings LaunchSettings { get; } = new()
54 references to LaunchSettings
Aspire.Hosting (6)
IProjectMetadata.cs (1)
23public LaunchSettings? LaunchSettings => null;
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
14internal static LaunchSettings? GetLaunchSettings(this ProjectResource projectResource) 66private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 117var launchSettings = GetLaunchSettings(projectResource); 138var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Functions (5)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
14internal static LaunchSettings? GetLaunchSettings(this ProjectResource projectResource) 66private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 117var launchSettings = GetLaunchSettings(projectResource); 138var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
1711public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
706public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
183public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
425public LaunchSettings LaunchSettings => new() 442public LaunchSettings LaunchSettings => new() 459public LaunchSettings LaunchSettings => new() 476public LaunchSettings LaunchSettings => new() 492public LaunchSettings LaunchSettings => new() 509public LaunchSettings LaunchSettings => new() 526public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
78public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
513public LaunchSettings? LaunchSettings { get; set; } 520public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
279public LaunchSettings? LaunchSettings { get; set; }
Aspire.Hosting.Testing (3)
DistributedApplicationFactory.cs (2)
270var appHostLaunchSettings = GetLaunchSettings(appHostProjectPath); 338private static LaunchSettings? GetLaunchSettings(string? appHostPath)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Tests (25)
Dashboard\DashboardResourceTests.cs (1)
577public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (8)
1734public LaunchSettings LaunchSettings { get; } = new(); 1740public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 1742private static LaunchSettings CreateLaunchSettings() 1744var settings = new LaunchSettings(); 1772public LaunchSettings LaunchSettings { get; } = new(); 1778public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 1780private static LaunchSettings CreateLaunchSettings() 1782var settings = new LaunchSettings();
ExternalServiceTests.cs (1)
455public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
490public LaunchSettings LaunchSettings { get; } = new(); 496public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
681public LaunchSettings? LaunchSettings { get; set; } 690public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
278public LaunchSettings? LaunchSettings { get; set; }
WithEndpointTests.cs (3)
689public LaunchSettings? LaunchSettings { get; } = new(); 695public LaunchSettings LaunchSettings { get; } = new(); 701public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
500public LaunchSettings LaunchSettings { get; } = new(); 506public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
103public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
418public LaunchSettings LaunchSettings { get; } = new(); 424public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
855public LaunchSettings LaunchSettings { get; } = new(); 862public LaunchSettings LaunchSettings { get; } = new()