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