4 references to GetEffectiveLaunchProfile
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (2)
1042if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile) 1293var launchProfileArgs = GetLaunchProfileArgs(project.GetEffectiveLaunchProfile()?.LaunchProfile);
Dcp\ResourceSnapshotBuilder.cs (1)
140launchProfileName = projectResource.GetEffectiveLaunchProfile()?.Name;
ProjectResourceBuilderExtensions.cs (1)
343var effectiveLaunchProfile = options.ExcludeLaunchProfile ? null : projectResource.GetEffectiveLaunchProfile(throwIfNotFound: true);