Skip to content
Docs Try Aspire

AspireExportIgnoreAttribute Properties

Class Properties 1 member
Excludes a property, method, or type from ATS export when the containing type uses AspireExportAttribute.ExposeProperties or AspireExportAttribute.ExposeMethods.
Reason Section titled Reason nullable string?
Gets or sets the reason why this member is excluded from ATS export.
public string? Reason { get; set; }
Use this property to document why an API cannot be exported to polyglot app hosts, distinguishing reviewed-but-incompatible members from those not yet reviewed.