33 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (10)
AzureContainerAppsTests.cs (1)
1843public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1364public LaunchSettings LaunchSettings => new()
AzureFunctionsTests.cs (7)
432public LaunchSettings LaunchSettings => new() 449public LaunchSettings LaunchSettings => new() 466public LaunchSettings LaunchSettings => new() 483public LaunchSettings LaunchSettings => new() 499public LaunchSettings LaunchSettings => new() 516public LaunchSettings LaunchSettings => new() 533public 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)
959public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
463public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Tests (20)
Dashboard\DashboardResourceTests.cs (1)
722public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (4)
2385public LaunchSettings LaunchSettings { get; } = new(); 2395var settings = new LaunchSettings(); 2423public LaunchSettings LaunchSettings { get; } = new(); 2433var settings = new LaunchSettings();
ExternalServiceTests.cs (1)
572public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
536public LaunchSettings LaunchSettings { get; } = new(); 542public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
965public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
467public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (3)
700public LaunchSettings? LaunchSettings { get; } = new(); 714public LaunchSettings LaunchSettings { get; } = new(); 720public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
510public LaunchSettings LaunchSettings { get; } = new(); 516public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
762public LaunchSettings LaunchSettings { get; } = new(); 768public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1004public LaunchSettings LaunchSettings { get; } = new(); 1011public 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)
1843public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1364public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
181public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
432public LaunchSettings LaunchSettings => new() 449public LaunchSettings LaunchSettings => new() 466public LaunchSettings LaunchSettings => new() 483public LaunchSettings LaunchSettings => new() 499public LaunchSettings LaunchSettings => new() 516public LaunchSettings LaunchSettings => new() 533public 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)
952public LaunchSettings? LaunchSettings { get; set; } 959public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
456public LaunchSettings? LaunchSettings { get; set; } 463public 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)
722public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (8)
2385public LaunchSettings LaunchSettings { get; } = new(); 2391public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2393private static LaunchSettings CreateLaunchSettings() 2395var settings = new LaunchSettings(); 2423public LaunchSettings LaunchSettings { get; } = new(); 2429public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 2431private static LaunchSettings CreateLaunchSettings() 2433var settings = new LaunchSettings();
ExternalServiceTests.cs (1)
572public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
536public LaunchSettings LaunchSettings { get; } = new(); 542public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
956public LaunchSettings? LaunchSettings { get; set; } 965public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
461public LaunchSettings? LaunchSettings { get; set; } 467public LaunchSettings? LaunchSettings => new()
WithEndpointTests.cs (4)
700public LaunchSettings? LaunchSettings { get; } = new(); 707public LaunchSettings? LaunchSettings => null; 714public LaunchSettings LaunchSettings { get; } = new(); 720public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
510public LaunchSettings LaunchSettings { get; } = new(); 516public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
762public LaunchSettings LaunchSettings { get; } = new(); 768public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1004public LaunchSettings LaunchSettings { get; } = new(); 1011public LaunchSettings LaunchSettings { get; } = new()