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