15 instantiations of LaunchSettings
Aspire.Hosting.Azure.Tests (5)
AzureFunctionsTests.cs (5)
168public LaunchSettings LaunchSettings => new() 185public LaunchSettings LaunchSettings => new() 202public LaunchSettings LaunchSettings => new() 219public LaunchSettings LaunchSettings => new() 235public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Tests (10)
Dashboard\DashboardResourceTests.cs (1)
529public LaunchSettings LaunchSettings { get; } = new();
Dcp\ApplicationExecutorTests.cs (1)
1097public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (1)
671public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
WithEndpointTests.cs (3)
604public LaunchSettings? LaunchSettings { get; } = new(); 610public LaunchSettings LaunchSettings { get; } = new(); 616public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
276public LaunchSettings LaunchSettings { get; } = new(); 282public LaunchSettings LaunchSettings { get; } = new();
WithReferenceTests.cs (2)
315public LaunchSettings LaunchSettings { get; } = new(); 321public LaunchSettings LaunchSettings { get; } = new();
29 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) 55private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 106var launchSettings = GetLaunchSettings(projectResource); 127var 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) 55private static LaunchSettings? GetLaunchSettings(this IProjectMetadata projectMetadata, string resourceName) 106var launchSettings = GetLaunchSettings(projectResource); 127var launchSettings = GetLaunchSettings(projectResource);
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Azure.Tests (5)
AzureFunctionsTests.cs (5)
168public LaunchSettings LaunchSettings => new() 185public LaunchSettings LaunchSettings => new() 202public LaunchSettings LaunchSettings => new() 219public LaunchSettings LaunchSettings => new() 235public LaunchSettings LaunchSettings => new()
Aspire.Hosting.Testing (2)
DistributedApplicationFactory.cs (1)
194private static LaunchSettings? GetLaunchSettings(string? appHostPath)
src\Shared\LaunchProfiles\LaunchSettingsSerializerContext.cs (1)
9[JsonSerializable(typeof(LaunchSettings))]
Aspire.Hosting.Tests (11)
Dashboard\DashboardResourceTests.cs (1)
529public LaunchSettings LaunchSettings { get; } = new();
Dcp\ApplicationExecutorTests.cs (1)
1097public LaunchSettings LaunchSettings { get; } = new();
ProjectResourceTests.cs (2)
662public LaunchSettings? LaunchSettings { get; set; } 671public LaunchSettings? LaunchSettings => new LaunchSettings { Profiles = Profiles! };
WithEndpointTests.cs (3)
604public LaunchSettings? LaunchSettings { get; } = new(); 610public LaunchSettings LaunchSettings { get; } = new(); 616public LaunchSettings LaunchSettings { get; } = new();
WithEnvironmentTests.cs (2)
276public LaunchSettings LaunchSettings { get; } = new(); 282public LaunchSettings LaunchSettings { get; } = new();
WithReferenceTests.cs (2)
315public LaunchSettings LaunchSettings { get; } = new(); 321public LaunchSettings LaunchSettings { get; } = new();