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
{{ message }}
This repository was archived by the owner on Sep 21, 2024. It is now read-only.
1>PropertyBagResult.cs(7,30,7,37): error CS0523: Struct member 'PropertyBagResult.Success' of type 'PropertyBagResult' causes a cycle in the struct layout
I added an enum to my interface to better describe some error code, but the code generator resulted in invalid code: