internalsvisibleto - LinqPad access to internals of signed assemblies -



internalsvisibleto - LinqPad access to internals of signed assemblies -

is there signed version of linqpad utilize in order access internals of signed assemblies?

yes. in linqpad, go to: edit, preferences... , advanced tab, , alter next setting:

and (as says in screenshot) add together next project's assemblyinfo.cs:

[assembly: internalsvisibleto("linqpadquery")]

linqpad internalsvisibleto signed-assembly

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -