c# - InternalsVisibleTo for an entire set of assemblies possible? -
is there way specify wildcards give internals access entire set of assemblies?
example:
[assembly: internalsvisibleto("*, publickey="7a3c8e2f...7b3d5a62")]
this allow access assemblies signed key, without having specify each of assembly names.
is there trick achieve kind of behavior?
internalsvisibleto not meant used way. if think allowing "everyone" accessing internals, why not set public internals ? maybe question not clear enough.
Comments
Post a Comment