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
When class has StructLayout, we need all its props for memory allocation. Even if its embedded in deep class hierarchy. Similar to issue #6912, but fix is not working in edge cases.
Description
When class has StructLayout, we need all its props for memory allocation. Even if its embedded in deep class hierarchy. Similar to issue #6912, but fix is not working in edge cases.
Repro steps
For example:
Expected behavior
No issue
Actual behavior
S1144 on not used props of Credential struct
Known workarounds
Move struct in class hierarchy:
Related information
The text was updated successfully, but these errors were encountered: