16 instantiations of LaunchProfile
Aspire.Hosting.Azure.Tests (8)
AzureFunctionsTests.cs (7)
427["funcapp"] = new() 444["funcapp"] = new() 461["funcapp"] = new() 478["funcapp"] = new() 494["funcapp"] = new() 511["funcapp"] = new() 528["funcapp"] = new()
PublicApiTests\FunctionsPublicApiTests.cs (1)
104["funcapp"] = new()
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
500["https"] = new() 510["http"] = new()
Aspire.Hosting.Tests (6)
KestrelConfigTests.cs (1)
387["OnlyHttp"] = new()
ProjectResourceTests.cs (3)
691["http"] = new() 712["https"] = new() 733["https"] = new()
WithUrlsTests.cs (2)
661["http"] = new() 667["custom"] = new()
25 references to LaunchProfile
Aspire.Hosting (8)
Dcp\DcpExecutor.cs (1)
1099private static List<string> GetLaunchProfileArgs(LaunchProfile? launchProfile)
LaunchSettings.cs (1)
17public Dictionary<string, LaunchProfile> Profiles { get; set; } = [];
ProjectResourceBuilderExtensions.cs (1)
342var launchProfile = effectiveLaunchProfile?.LaunchProfile;
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (5)
39var launchProfile = projectResource.GetLaunchProfile(launchProfileName, throwIfNotFound); 48internal static LaunchProfile? GetLaunchProfile(this ProjectResource projectResource, string launchProfileName, bool throwIfNotFound = false) 56var found = profiles.TryGetValue(launchProfileName, out var launchProfile); 145if (!launchSettings.Profiles.TryGetValue(appHostDefaultLaunchProfileName, out var launchProfile) || launchProfile is null) 189internal sealed record class NamedLaunchProfile(string Name, LaunchProfile LaunchProfile);
Aspire.Hosting.Azure.Functions (5)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (5)
39var launchProfile = projectResource.GetLaunchProfile(launchProfileName, throwIfNotFound); 48internal static LaunchProfile? GetLaunchProfile(this ProjectResource projectResource, string launchProfileName, bool throwIfNotFound = false) 56var found = profiles.TryGetValue(launchProfileName, out var launchProfile); 145if (!launchSettings.Profiles.TryGetValue(appHostDefaultLaunchProfileName, out var launchProfile) || launchProfile is null) 189internal sealed record class NamedLaunchProfile(string Name, LaunchProfile LaunchProfile);
Aspire.Hosting.Azure.Tests (8)
AzureFunctionsTests.cs (7)
425Profiles = new Dictionary<string, LaunchProfile> 442Profiles = new Dictionary<string, LaunchProfile> 459Profiles = new Dictionary<string, LaunchProfile> 476Profiles = new Dictionary<string, LaunchProfile> 492Profiles = new Dictionary<string, LaunchProfile> 509Profiles = new Dictionary<string, LaunchProfile> 526Profiles = new Dictionary<string, LaunchProfile>
PublicApiTests\FunctionsPublicApiTests.cs (1)
102Profiles = new Dictionary<string, LaunchProfile>
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
494public Dictionary<string, LaunchProfile>? Profiles { get; set; } = [];
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
277LaunchProfile? launchProfile;
Aspire.Hosting.Tests (2)
ProjectResourceTests.cs (1)
675protected Dictionary<string, LaunchProfile>? Profiles { get; set; } = new();
WithUrlsTests.cs (1)
659Profiles = new Dictionary<string, LaunchProfile>