4 references to new
Aspire.Hosting (2)
ApplicationModel\ManifestPublishingCallbackAnnotation.cs (1)
47public static ManifestPublishingCallbackAnnotation Ignore { get; } = new(null);
ResourceBuilderExtensions.cs (1)
451return builder.WithAnnotation(new ManifestPublishingCallbackAnnotation(callback), ResourceAnnotationMutationBehavior.Replace);
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
28Annotations.Add(new ManifestPublishingCallbackAnnotation(PublishAsync));
HostedAgent\AzurePromptAgentResource.cs (1)
29Annotations.Add(new ManifestPublishingCallbackAnnotation(PublishAsync));