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. Gets or sets the reason why this member is excluded from ATS export.
public string? Reason { get; set; }Remarks
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.