20 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (8)
AzureFunctionsTests.cs (7)
259public LaunchSettings LaunchSettings => new() 276public LaunchSettings LaunchSettings => new() 293public LaunchSettings LaunchSettings => new() 310public LaunchSettings LaunchSettings => new() 326public LaunchSettings LaunchSettings => new() 343public LaunchSettings LaunchSettings => new() 360public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
101public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Tests (12)
Dashboard\DashboardResourceTests.cs (1)
529public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (1)
1257public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
295public LaunchSettings LaunchSettings { get; } = new(); 301public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
671public 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)
276public LaunchSettings LaunchSettings { get; } = new(); 282public LaunchSettings LaunchSettings { get; } = new();
WithReferenceTests.cs (2)
339public LaunchSettings LaunchSettings { get; } = new(); 345public LaunchSettings LaunchSettings { get; } = new();
35 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 (8)
AzureFunctionsTests.cs (7)
259public LaunchSettings LaunchSettings => new() 276public LaunchSettings LaunchSettings => new() 293public LaunchSettings LaunchSettings => new() 310public LaunchSettings LaunchSettings => new() 326public LaunchSettings LaunchSettings => new() 343public LaunchSettings LaunchSettings => new() 360public LaunchSettings LaunchSettings => new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
101public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Testing (2)
DistributedApplicationFactory.cs (1)
330private static LaunchSettings? GetLaunchSettings(string? appHostPath)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Tests (14)
Dashboard\DashboardResourceTests.cs (1)
529public LaunchSettings LaunchSettings { get; } = new();
Dcp\DcpExecutorTests.cs (1)
1257public LaunchSettings LaunchSettings { get; } = new();
Orchestrator\ApplicationOrchestratorTests.cs (2)
295public LaunchSettings LaunchSettings { get; } = new(); 301public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
662public LaunchSettings? LaunchSettings { get; set; } 671public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
PublishAsDockerfileTests.cs (1)
288public 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)
276public LaunchSettings LaunchSettings { get; } = new(); 282public LaunchSettings LaunchSettings { get; } = new();
WithReferenceTests.cs (2)
339public LaunchSettings LaunchSettings { get; } = new(); 345public LaunchSettings LaunchSettings { get; } = new();