-
Re: ReflectionTypeLoadException when attempting to run C# Program
If you press F4, are any additional reference assemblies displayed? Also, go to Edit | Preferences | Folders and under 'Plugins and Extensions', take a look at what folder you have selected. Are ther…1 · -
Re: When clicking stop query, how to propagate CancellationToken
There's a Cleanup event in the Util class: Util.Cleanup += (sender, args) => ... This fires just before the query is re-run or closed, and can be used to cancel any outstanding activity from the p…3 · -
Re: Add ability to highlight simmilar text in the query
LINQPad doesn't do this right now, although you can cycle through matching words with Control+F3 / Shift+Control+F3 With C#/VB queries, Shift+Control+Up/Down will do the same, but using a symbol matc…2 · -
Re: Updating LINQKit version
Can you point me to the updated source?1 · -
Re: Custom config file with separate configs sections
This should be fixed in the new beta - LINQPad now parses the .config file and looks for all the configSource attributes and then copies over the files. http://www.linqpad.net/download.aspx#beta1 ·