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 a class has many export properties (~800), generate the expression new JSClassBuilder (...).AddProperty(...). AddProperty(...) ... ... It will be very large, causing compilation error CS8078
The text was updated successfully, but these errors were encountered:
When a class has many export properties (~800), generate the expression
new JSClassBuilder (...).AddProperty(...). AddProperty(...) ... ...
It will be very large, causing compilation errorCS8078
The text was updated successfully, but these errors were encountered: