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