ManifestPublishingCallbackAnnotation Properties
Class Properties 2 members
Represents an annotation that provides a callback to be executed during manifest publishing.
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; }