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)
810
exe.
Annotate
(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix);
842
exeSpec.
Annotate
(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix);
844
exeSpec.
Annotate
(CustomResource.ResourceReplicaCount, replicas.ToString(CultureInfo.InvariantCulture));
845
exeSpec.
Annotate
(CustomResource.ResourceReplicaIndex, i.ToString(CultureInfo.InvariantCulture));
1137
ctr.
Annotate
(CustomResource.OtelServiceInstanceIdAnnotation, containerObjectInstance.Suffix);
Dcp\Model\Executable.cs (1)
253
this.
Annotate
(LaunchConfigurationsAnnotation, string.Empty); // Clear existing annotation, if any.