Home
Options

Referring ".linq" files within LINQPad

Hi,

I would like to know if it is possible to refer a ".ling" file to queries (other ".linq" files) as we work in the LINQPad application.
The way we can actually refer DLLs, per example.

Thanks

Comments

  • Options
    edited November 2016
    You can't reference other LINQPad queries, although you can reference DLLs. To do the latter, press F4 and click 'Add'.

    You can also put common classes and extension methods into the 'My Extensions' query. These will be available to all queries.
Sign In or Register to comment.