22 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (8)
AzureFunctionsTests.cs (7)
423public LaunchSettings LaunchSettings => new() 440public LaunchSettings LaunchSettings => new() 457public LaunchSettings LaunchSettings => new() 474public LaunchSettings LaunchSettings => new() 490public LaunchSettings LaunchSettings => new() 507public LaunchSettings LaunchSettings => new() 524public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Tests (14)
Dashboard\DashboardResourceTests.cs (1)
541public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (1)
1288public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
421public LaunchSettings LaunchSettings { get; } = new(); 427public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
679public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
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();
WithReferenceTests.cs (2)
409public LaunchSettings LaunchSettings { get; } = new(); 415public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
650public LaunchSettings LaunchSettings { get; } = new(); 657public LaunchSettings LaunchSettings { get; } = new()
40 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 (9)
AzureEnvironmentResourceTests.cs (1)
186public LaunchSettings? LaunchSettings { get; set; }
AzureFunctionsTests.cs (7)
423public LaunchSettings LaunchSettings => new() 440public LaunchSettings LaunchSettings => new() 457public LaunchSettings LaunchSettings => new() 474public LaunchSettings LaunchSettings => new() 490public LaunchSettings LaunchSettings => new() 507public LaunchSettings LaunchSettings => new() 524public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
323public LaunchSettings? LaunchSettings { get; set; }
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
125public LaunchSettings? LaunchSettings { get; set; }
Aspire.Hosting.Testing (2)
DistributedApplicationFactory.cs (1)
338private static LaunchSettings? GetLaunchSettings(string? appHostPath)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Tests (16)
Dashboard\DashboardResourceTests.cs (1)
541public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (1)
1288public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
421public LaunchSettings LaunchSettings { get; } = new(); 427public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
670public LaunchSettings? LaunchSettings { get; set; } 679public 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();
WithReferenceTests.cs (2)
409public LaunchSettings LaunchSettings { get; } = new(); 415public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
650public LaunchSettings LaunchSettings { get; } = new(); 657public LaunchSettings LaunchSettings { get; } = new()