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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -