3 references to LaunchConfigurationsAnnotation
Aspire.Hosting (3)
Dcp\Model\Executable.cs (3)
253this.Annotate(LaunchConfigurationsAnnotation, string.Empty); // Clear existing annotation, if any. 254this.AnnotateAsObjectList(LaunchConfigurationsAnnotation, launchConfiguration); 260if (this.TryGetAnnotationAsObjectList(LaunchConfigurationsAnnotation, out List<ProjectLaunchConfiguration>? launchConfigurations))