1 instantiation of NamedLaunchProfile
Aspire.Hosting (1)
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
52
return launchProfile is not null ?
new
(launchProfileName, launchProfile) : default;
2 references to NamedLaunchProfile
Aspire.Hosting (2)
ProjectResourceBuilderExtensions.cs (1)
341
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)