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)
772exe.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix); 804exeSpec.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, exeInstance.Suffix); 806exeSpec.Annotate(CustomResource.ResourceReplicaCount, replicas.ToString(CultureInfo.InvariantCulture)); 807exeSpec.Annotate(CustomResource.ResourceReplicaIndex, i.ToString(CultureInfo.InvariantCulture)); 1049ctr.Annotate(CustomResource.OtelServiceInstanceIdAnnotation, containerObjectInstance.Suffix);
Dcp\Model\Executable.cs (1)
221this.Annotate(LaunchConfigurationsAnnotation, string.Empty); // Clear existing annotation, if any.