8 references to Ignore
Aspire.Hosting (2)
BuiltInDistributedApplicationEventSubscriptionHandlers.cs (1)
41
dashboardResource.Annotations.Add(ManifestPublishingCallbackAnnotation.
Ignore
);
ResourceBuilderExtensions.cs (1)
985
return builder.WithAnnotation(ManifestPublishingCallbackAnnotation.
Ignore
);
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
132
if (resource.TryGetLastAnnotation<ManifestPublishingCallbackAnnotation>(out var lastAnnotation) && lastAnnotation == ManifestPublishingCallbackAnnotation.
Ignore
)
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppsInfrastructure.cs (1)
55
if (r.TryGetLastAnnotation<ManifestPublishingCallbackAnnotation>(out var lastAnnotation) && lastAnnotation == ManifestPublishingCallbackAnnotation.
Ignore
)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceInfrastructure.cs (1)
34
if (resource.TryGetLastAnnotation<ManifestPublishingCallbackAnnotation>(out var lastAnnotation) && lastAnnotation == ManifestPublishingCallbackAnnotation.
Ignore
)
Aspire.Hosting.Docker (1)
DockerComposeInfrastructure.cs (1)
56
if (r.TryGetLastAnnotation<ManifestPublishingCallbackAnnotation>(out var lastAnnotation) && lastAnnotation == ManifestPublishingCallbackAnnotation.
Ignore
)
Aspire.Hosting.Kubernetes (1)
KubernetesInfrastructure.cs (1)
44
if (r.TryGetLastAnnotation<ManifestPublishingCallbackAnnotation>(out var lastAnnotation) && lastAnnotation == ManifestPublishingCallbackAnnotation.
Ignore
)
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
533
Assert.Same(ManifestPublishingCallbackAnnotation.
Ignore
, annotation);