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