-
Re: Clear run time exception showing on top of the code window
I see. I'll look into adding a close/shrink button for large messages in the next build.2 · -
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 ·
