2 instantiations of ConnectionPropertyAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
606return builder.WithAnnotation(new ConnectionPropertyAnnotation(name, value)); 624return builder.WithAnnotation(new ConnectionPropertyAnnotation(name, ReferenceExpression.Create($"{value}")));
2 references to ConnectionPropertyAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
1139if (resource.TryGetAnnotationsOfType<ConnectionPropertyAnnotation>(out var connectionPropertyAnnotations)) 1141foreach (var annotation in connectionPropertyAnnotations)