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