3 references to GetEffectiveLaunchProfile
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (1)
1262var launchProfileArgs = GetLaunchProfileArgs(project.GetEffectiveLaunchProfile()?.LaunchProfile);
Dcp\ResourceSnapshotBuilder.cs (1)
140launchProfileName = projectResource.GetEffectiveLaunchProfile()?.Name;
ProjectResourceBuilderExtensions.cs (1)
341var effectiveLaunchProfile = options.ExcludeLaunchProfile ? null : projectResource.GetEffectiveLaunchProfile(throwIfNotFound: true);