4 references to LaunchConfigurationsAnnotation
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (1)
1166
exeSpec.AnnotateAsObjectList(Executable.
LaunchConfigurationsAnnotation
, projectLaunchConfiguration);
Dcp\Model\Executable.cs (3)
214
this.Annotate(
LaunchConfigurationsAnnotation
, string.Empty); // Clear existing annotation, if any.
215
this.AnnotateAsObjectList(
LaunchConfigurationsAnnotation
, launchConfiguration);
221
if (this.TryGetAnnotationAsObjectList(
LaunchConfigurationsAnnotation
, out List<ProjectLaunchConfiguration>? launchConfigurations))