3 references to GetEffectiveLaunchProfile
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (1)
855var launchProfile = project.GetEffectiveLaunchProfile()?.LaunchProfile;
Dcp\ResourceSnapshotBuilder.cs (1)
174p.GetEffectiveLaunchProfile()?.LaunchProfile is LaunchProfile profile &&
ProjectResourceBuilderExtensions.cs (1)
341var effectiveLaunchProfile = options.ExcludeLaunchProfile ? null : projectResource.GetEffectiveLaunchProfile(throwIfNotFound: true);