Question

Dynamic Query is a single C# file you add to your project. Anyone know how to add this library so that it works with LinqPad?

Was it helpful?

Solution

Compile it into an assembly and then add a reference to that assembly.

From the LINQPad FAQ:

Customization & Extensibility

What extensibility points does LINQPad provide?

First, you can reference custom assemblies and import custom namespaces - go to Query Properties (F4).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top