33 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (10)
AzureContainerAppsTests.cs (1)
1858public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1382public LaunchSettings LaunchSettings => new()
AzureFunctionsTests.cs (7)
464public LaunchSettings LaunchSettings => new() 481public LaunchSettings LaunchSettings => new() 498public LaunchSettings LaunchSettings => new() 515public LaunchSettings LaunchSettings => new() 531public LaunchSettings LaunchSettings => new() 548public LaunchSettings LaunchSettings => new() 565public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
211public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
1045public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
644public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Tests (20)
Dashboard\DashboardResourceTests.cs (1)
757public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
2625public LaunchSettings LaunchSettings { get; } = new(); 2635var settings = new LaunchSettings(); 2663public LaunchSettings LaunchSettings { get; } = new(); 2673var settings = new LaunchSettings();
ExternalServiceTests.cs (1)
573public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
537public LaunchSettings LaunchSettings { get; } = new(); 543public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
966public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
468public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (3)
701public LaunchSettings? LaunchSettings { get; } = new(); 715public LaunchSettings LaunchSettings { get; } = new(); 721public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
511public LaunchSettings LaunchSettings { get; } = new(); 517public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
109public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
816public LaunchSettings LaunchSettings { get; } = new(); 822public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1005public LaunchSettings LaunchSettings { get; } = new(); 1012public LaunchSettings LaunchSettings { get; } = new()
57 references to LaunchSettings
Aspire.Hosting (6)
IProjectMetadata.cs (1)
23public LaunchSettings? LaunchSettings => null;
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
17internal static LaunchSettings? GetLaunchSettings(this ProjectResource projectResource) 69private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 136var launchSettings = GetLaunchSettings(projectResource); 167var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Functions (5)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
17internal static LaunchSettings? GetLaunchSettings(this ProjectResource projectResource) 69private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 136var launchSettings = GetLaunchSettings(projectResource); 167var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
1858public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1382public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
181public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
464public LaunchSettings LaunchSettings => new() 481public LaunchSettings LaunchSettings => new() 498public LaunchSettings LaunchSettings => new() 515public LaunchSettings LaunchSettings => new() 531public LaunchSettings LaunchSettings => new() 548public LaunchSettings LaunchSettings => new() 565public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
211public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
1038public LaunchSettings? LaunchSettings { get; set; } 1045public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
637public LaunchSettings? LaunchSettings { get; set; } 644public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
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 (27)
Dashboard\DashboardResourceTests.cs (1)
757public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (8)
2625public LaunchSettings LaunchSettings { get; } = new(); 2631public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2633private static LaunchSettings CreateLaunchSettings() 2635var settings = new LaunchSettings(); 2663public LaunchSettings LaunchSettings { get; } = new(); 2669public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2671private static LaunchSettings CreateLaunchSettings() 2673var settings = new LaunchSettings();
ExternalServiceTests.cs (1)
573public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
537public LaunchSettings LaunchSettings { get; } = new(); 543public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
957public LaunchSettings? LaunchSettings { get; set; } 966public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
462public LaunchSettings? LaunchSettings { get; set; } 468public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (4)
701public LaunchSettings? LaunchSettings { get; } = new(); 708public LaunchSettings? LaunchSettings => null; 715public LaunchSettings LaunchSettings { get; } = new(); 721public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
511public LaunchSettings LaunchSettings { get; } = new(); 517public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
109public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
816public LaunchSettings LaunchSettings { get; } = new(); 822public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1005public LaunchSettings LaunchSettings { get; } = new(); 1012public LaunchSettings LaunchSettings { get; } = new()