How to add a reference to an assembly in LINQPad to access custom types?

miron picture miron · Jul 11, 2012 · Viewed 19.9k times · Source

Is there a posibility to add a reference to an assembly in LINQPad?

I have some types in my assembly and I would like to use them in my LINQPad queries.

Answer

sloth picture sloth · Jul 11, 2012

Just press F4.

This will pop up the Add Reference dialog.


Add reference to linqpad