Implemented interface member:
method
Annotate
Aspire.Hosting.Dcp.Model.IAnnotationHolder.Annotate(System.String, System.String)
6 references to Annotate
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (5)
772
exe.
Annotate
(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix);
804
exeSpec.
Annotate
(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix);
806
exeSpec.
Annotate
(CustomResource.ResourceReplicaCount, replicas.ToString(CultureInfo.InvariantCulture));
807
exeSpec.
Annotate
(CustomResource.ResourceReplicaIndex, i.ToString(CultureInfo.InvariantCulture));
1049
ctr.
Annotate
(CustomResource.OtelServiceInstanceIdAnnotation, containerObjectInstance.Suffix);
Dcp\Model\Executable.cs (1)
221
this.
Annotate
(LaunchConfigurationsAnnotation, string.Empty); // Clear existing annotation, if any.