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

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -