1 write to ProxyEnabled
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
909
builder.WithAnnotation(new ProxySupportAnnotation {
ProxyEnabled
= proxyEnabled }, ResourceAnnotationMutationBehavior.Replace);
1 reference to ProxyEnabled
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
662
return !resource.TryGetLastAnnotation<ProxySupportAnnotation>(out var proxySupportAnnotation) || proxySupportAnnotation.
ProxyEnabled
;