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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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