Skip to content
Docs Try Aspire

ManifestPublishingCallbackAnnotation Properties

Class Properties 2 members
Represents an annotation that provides a callback to be executed during manifest publishing.
Callback Section titled Callback nullable Func<ManifestPublishingContext, Task>
Gets the callback action for publishing the manifest.
public Func<ManifestPublishingContext, Task>? Callback { get; }
Represents a null -based callback annotation for manifest publishing used in scenarios where it's ignored.
public static ManifestPublishingCallbackAnnotation Ignore { get; }