2 references to ConnectionPropertyAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
294return builder.WithAnnotation(new ConnectionPropertyAnnotation(name, value)); 311return builder.WithAnnotation(new ConnectionPropertyAnnotation(name, ReferenceExpression.Create($"{value}")));