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