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
ClrStaticTypeWrapper.PopulateMembers method is incorrectly including BindingFlags.DeclaredOnly to get the type members. The consequence it is now impossible to use members inherited by the type in JS.
The text was updated successfully, but these errors were encountered:
It's likely this code is either going away, or at least moved into a separate package, so I'm not going to make any changes to ClrStaticTypeWrapper for the forseeable future. I'll keep the issue open in case I reconsider.
I would recommend you preserve the support for CLR in Jurassic. This is a one of the biggest benefits compared to other JS engines like V8 where support for the CLR is unlikely or will most probably be much slower. The ability to use CLR is beneficial in cases where there is no easy support for particular functionality in JS. Case in point : working with RSA keys and and signature generation.
There is JS project in development, but it is terribly huge and incomplete.
ClrStaticTypeWrapper.PopulateMembers method is incorrectly including BindingFlags.DeclaredOnly to get the type members. The consequence it is now impossible to use members inherited by the type in JS.
The text was updated successfully, but these errors were encountered: