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 has been archived by the owner on Mar 9, 2021. It is now read-only.
Currently Saltarelle does not support InternalsVisibleTo attribute. It makes unit testing harder since it won't compile when I call method that is visible in JS but not in C#.
Currently I have to cast object/type to dynamic, but this hack fails when we minify javascript.
Is there any particular reason why InternalsVisibleTo not supported? Can someone please add it? Or if you give some hints I could try to do it.
Thank you!
The text was updated successfully, but these errors were encountered:
A pull request has been submitted to Bridge with InternalsVisibleTo attribute support. The pr will be reviewed, and we expect to include in the Bridge 15.7.0 release (mid-Jan 2017).
Hope this helps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently Saltarelle does not support InternalsVisibleTo attribute. It makes unit testing harder since it won't compile when I call method that is visible in JS but not in C#.
Currently I have to cast object/type to dynamic, but this hack fails when we minify javascript.
Is there any particular reason why InternalsVisibleTo not supported? Can someone please add it? Or if you give some hints I could try to do it.
Thank you!
The text was updated successfully, but these errors were encountered: