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
Hi,
we have a project where we allow only certain assemblies to access the internal members of some classes.
Is there a way for us to allow the scripts to have this access as well. If so, what is the way to do it, I assume that we could set the name of the "assembly" of the script.
There seems to be a prefix in the builder:
Is there a way to set this name as I would surmise that it would be possible to use this name in the
[assembly: InternalsVisibleTo(assemblyName)]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
we have a project where we allow only certain assemblies to access the internal members of some classes.
Is there a way for us to allow the scripts to have this access as well. If so, what is the way to do it, I assume that we could set the name of the "assembly" of the script.
There seems to be a prefix in the builder:
Is there a way to set this name as I would surmise that it would be possible to use this name in the
[assembly: InternalsVisibleTo(assemblyName)]
Beta Was this translation helpful? Give feedback.
All reactions