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
We should use the GetStruct call but we have copied the behavior of bgen to make sure that we do not break it when porting to the roslyn code generator. Once we have all bindings we should rivets these two structs.
The text was updated successfully, but these errors were encountered:
While writing the support for static fields we notice that bgen does not use the GetSturct method, but instead does the following:
We should use the GetStruct call but we have copied the behavior of bgen to make sure that we do not break it when porting to the roslyn code generator. Once we have all bindings we should rivets these two structs.
The text was updated successfully, but these errors were encountered: