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