Skip to content
DocsTry Aspire
DocsTry

AspireExportIgnoreAttribute Properties

ClassProperties1 member
Excludes a property, method, or type from ATS export when the containing type uses AspireExportAttribute.ExposeProperties or AspireExportAttribute.ExposeMethods.
ReasonSection titled Reasonnullablestring?
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.