2 references to GetEffectiveLaunchProfile
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
1082var launchProfileArgs = GetLaunchProfileArgs(project.GetEffectiveLaunchProfile()?.LaunchProfile);
ProjectResourceBuilderExtensions.cs (1)
341var effectiveLaunchProfile = options.ExcludeLaunchProfile ? null : projectResource.GetEffectiveLaunchProfile(throwIfNotFound: true);