1 instantiation of NamedLaunchProfile
Aspire.Hosting (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
45return new NamedLaunchProfile(launchProfileName, launchProfile);
3 references to NamedLaunchProfile
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (1)
1042if (!projectLaunchConfiguration.DisableLaunchProfile && project.GetEffectiveLaunchProfile() is NamedLaunchProfile namedLaunchProfile)
ProjectResourceBuilderExtensions.cs (1)
343var effectiveLaunchProfile = options.ExcludeLaunchProfile ? null : projectResource.GetEffectiveLaunchProfile(throwIfNotFound: true);
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
31internal static NamedLaunchProfile? GetEffectiveLaunchProfile(this ProjectResource projectResource, bool throwIfNotFound = false)