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

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

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

c++ - Qt: Resize QScrollArea to show 4 widgets at most -