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