You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on project settings, analyzer rule CA1813 may create build errors or warnings regarding the TStructId attribute.
The warning is avoid unsealed attribute classes, and the fix is to make the TStructIdAttribute class sealed.