47 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (11)
AzureContainerAppsTests.cs (1)
2439public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1626public 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()
AzureSandboxesTests.cs (1)
3327public LaunchSettings LaunchSettings { get; } = new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Blazor.Tests (3)
BlazorHostedExtensionsTests.cs (1)
620public LaunchSettings LaunchSettings { get; } = new();
GatewayConfigurationBuilderTests.cs (1)
545public LaunchSettings LaunchSettings { get; } = new();
WithBlazorAppTests.cs (1)
508public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
804public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
1282public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
2139public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Radius.Tests (3)
InnerLoop\RadiusInfrastructureInitializationTests.cs (1)
133public LaunchSettings LaunchSettings { get; } = new();
Publishing\BicepGenerationSimpleTests.cs (1)
195public LaunchSettings LaunchSettings { get; } = new();
RadiusExtensionsTests.cs (1)
194public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Tests (27)
Dashboard\DashboardResourceTests.cs (1)
885public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (7)
10429public LaunchSettings LaunchSettings { get; } = new(); 10435public LaunchSettings LaunchSettings { get; } = new(); 10467var settings = new LaunchSettings(); 10499var settings = new LaunchSettings(); 10513public LaunchSettings LaunchSettings { get; } = new(); 10523var settings = new LaunchSettings(); 10544var settings = new LaunchSettings();
Dcp\ExecutableLaunchPlanTests.cs (1)
302public LaunchSettings LaunchSettings { get; } = new();
Dcp\ResourceSnapshotBuilderTests.cs (2)
335public LaunchSettings LaunchSettings { get; } = new() 353public LaunchSettings LaunchSettings { get; } = new()
ExternalServiceTests.cs (1)
621public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
1205public LaunchSettings LaunchSettings { get; } = new(); 1211public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
1072public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
529public LaunchSettings? LaunchSettings => new()
Publishing\ResourceContainerImageManagerTests.cs (1)
1591public LaunchSettings LaunchSettings { get; } = new();
WithEndpointTests.cs (3)
897public LaunchSettings? LaunchSettings { get; } = new(); 1101public LaunchSettings LaunchSettings { get; } = new(); 1107public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
511public LaunchSettings LaunchSettings { get; } = new(); 517public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
1012public LaunchSettings LaunchSettings { get; } = new(); 1018public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1066public LaunchSettings LaunchSettings { get; } = new(); 1073public LaunchSettings LaunchSettings { get; } = new()
104 references to LaunchSettings
Aspire.Hosting (12)
IProjectMetadata.cs (1)
26public LaunchSettings? LaunchSettings => null;
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
16internal static LaunchSettings? GetLaunchSettings(this IResource projectResource) 68private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 123var launchSettings = GetLaunchSettings(projectResource); 154var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsReader.cs (6)
17/// <returns>The deserialized <see cref="LaunchSettings"/>, or <see langword="null"/> if the file does not exist.</returns> 18internal static LaunchSettings? GetLaunchSettingsFromDirectory(string? directoryPath, string resourceIdentifier) 37/// <returns>The deserialized <see cref="LaunchSettings"/>.</returns> 39internal static LaunchSettings? ReadLaunchSettingsFile(string launchSettingsFilePath, string resourceIdentifier) 45private static LaunchSettings? ReadWithDistributedApplicationException(Func<LaunchSettings?> read)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Functions (11)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
16internal static LaunchSettings? GetLaunchSettings(this IResource projectResource) 68private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 123var launchSettings = GetLaunchSettings(projectResource); 154var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsReader.cs (6)
17/// <returns>The deserialized <see cref="LaunchSettings"/>, or <see langword="null"/> if the file does not exist.</returns> 18internal static LaunchSettings? GetLaunchSettingsFromDirectory(string? directoryPath, string resourceIdentifier) 37/// <returns>The deserialized <see cref="LaunchSettings"/>.</returns> 39internal static LaunchSettings? ReadLaunchSettingsFile(string launchSettingsFilePath, string resourceIdentifier) 45private static LaunchSettings? ReadWithDistributedApplicationException(Func<LaunchSettings?> read)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Tests (12)
AzureContainerAppsTests.cs (1)
2439public LaunchSettings LaunchSettings => new()
AzureDeployerTests.cs (1)
1626public LaunchSettings LaunchSettings => new()
AzureEnvironmentResourceTests.cs (1)
343public 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()
AzureSandboxesTests.cs (1)
3327public LaunchSettings LaunchSettings { get; } = new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
100public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Blazor.Tests (3)
BlazorHostedExtensionsTests.cs (1)
620public LaunchSettings LaunchSettings { get; } = new();
GatewayConfigurationBuilderTests.cs (1)
545public LaunchSettings LaunchSettings { get; } = new();
WithBlazorAppTests.cs (1)
508public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelResourceBuilderExtensionsTests.cs (1)
804public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
1275public LaunchSettings? LaunchSettings { get; set; } 1282public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Dotnet (11)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (4)
16internal static LaunchSettings? GetLaunchSettings(this IResource projectResource) 68private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 123var launchSettings = GetLaunchSettings(projectResource); 154var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsReader.cs (6)
17/// <returns>The deserialized <see cref="LaunchSettings"/>, or <see langword="null"/> if the file does not exist.</returns> 18internal static LaunchSettings? GetLaunchSettingsFromDirectory(string? directoryPath, string resourceIdentifier) 37/// <returns>The deserialized <see cref="LaunchSettings"/>.</returns> 39internal static LaunchSettings? ReadLaunchSettingsFile(string launchSettingsFilePath, string resourceIdentifier) 45private static LaunchSettings? ReadWithDistributedApplicationException(Func<LaunchSettings?> read)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
2132public LaunchSettings? LaunchSettings { get; set; } 2139public LaunchSettings? LaunchSettings => new() { Profiles = Profiles! };
Aspire.Hosting.Radius.Tests (3)
InnerLoop\RadiusInfrastructureInitializationTests.cs (1)
133public LaunchSettings LaunchSettings { get; } = new();
Publishing\BicepGenerationSimpleTests.cs (1)
195public LaunchSettings LaunchSettings { get; } = new();
RadiusExtensionsTests.cs (1)
194public LaunchSettings LaunchSettings { get; } = new();
Aspire.Hosting.Testing (9)
DistributedApplicationFactory.cs (2)
275var appHostLaunchSettings = GetLaunchSettings(appHostProjectPath); 343private static LaunchSettings? GetLaunchSettings(string? appHostPath)
src\Shared\LaunchProfiles\LaunchSettingsReader.cs (6)
17/// <returns>The deserialized <see cref="LaunchSettings"/>, or <see langword="null"/> if the file does not exist.</returns> 18internal static LaunchSettings? GetLaunchSettingsFromDirectory(string? directoryPath, string resourceIdentifier) 37/// <returns>The deserialized <see cref="LaunchSettings"/>.</returns> 39internal static LaunchSettings? ReadLaunchSettingsFile(string launchSettingsFilePath, string resourceIdentifier) 45private static LaunchSettings? ReadWithDistributedApplicationException(Func<LaunchSettings?> read)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Tests (38)
Dashboard\DashboardResourceTests.cs (1)
885public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (15)
10429public LaunchSettings LaunchSettings { get; } = new(); 10435public LaunchSettings LaunchSettings { get; } = new(); 10463public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10465private static LaunchSettings CreateLaunchSettings() 10467var settings = new LaunchSettings(); 10495public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10497private static LaunchSettings CreateLaunchSettings() 10499var settings = new LaunchSettings(); 10513public LaunchSettings LaunchSettings { get; } = new(); 10519public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10521private static LaunchSettings CreateLaunchSettings() 10523var settings = new LaunchSettings(); 10540public LaunchSettings LaunchSettings { get; } = CreateLaunchSettings(); 10542private static LaunchSettings CreateLaunchSettings() 10544var settings = new LaunchSettings();
Dcp\ExecutableLaunchPlanTests.cs (1)
302public LaunchSettings LaunchSettings { get; } = new();
Dcp\ResourceSnapshotBuilderTests.cs (2)
335public LaunchSettings LaunchSettings { get; } = new() 353public LaunchSettings LaunchSettings { get; } = new()
ExternalServiceTests.cs (1)
621public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
1205public LaunchSettings LaunchSettings { get; } = new(); 1211public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
1058public LaunchSettings? LaunchSettings { get; set; } 1072public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (2)
523public LaunchSettings? LaunchSettings { get; set; } 529public LaunchSettings? LaunchSettings => new()
Publishing\ResourceContainerImageManagerTests.cs (1)
1591public LaunchSettings LaunchSettings { get; } = new();
WithEndpointTests.cs (4)
897public LaunchSettings? LaunchSettings { get; } = new(); 904public LaunchSettings? LaunchSettings => null; 1101public LaunchSettings LaunchSettings { get; } = new(); 1107public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
511public LaunchSettings LaunchSettings { get; } = new(); 517public LaunchSettings LaunchSettings { get; } = new();
WithIconNameTests.cs (1)
108public LaunchSettings LaunchSettings { get; set; } = new();
WithReferenceTests.cs (2)
1012public LaunchSettings LaunchSettings { get; } = new(); 1018public LaunchSettings LaunchSettings { get; } = new();
WithUrlsTests.cs (2)
1066public LaunchSettings LaunchSettings { get; } = new(); 1073public LaunchSettings LaunchSettings { get; } = new()