Implemented interface member:
method
Annotate
Aspire.Hosting.Dcp.Model.IAnnotationHolder.Annotate(System.String, System.String)
4 references to Annotate
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (3)
1390ctr.Annotate(CustomResource.ResourceNameAnnotation, container.Name); 1391ctr.Annotate(CustomResource.OtelServiceNameAnnotation, container.Name); 1392ctr.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, nameSuffix);
Dcp\Model\Executable.cs (1)
210this.Annotate(LaunchConfigurationsAnnotation, string.Empty); // Clear existing annotation, if any.