-
Re: Realtime result logging to a growing table
I believe this should be available in v5 but you could try dumping the table as an observable. I believe LINQPad handles rendering it more efficiently just adding the new rows for every entry to the … (View Post) -
Re: Suggestion - Only add files to Recently Used list when they have been run or saved
Would definitely be appreciated, especially since the "Open 'My Queries' on single click" is the default. Personally I just leave all my frequently used scripts open and never close them no… (View Post) -
Re: Dumping in different panel
Any chance this could be implemented into LINQPad proper? That is, being able to dump to different target output panels, preferably with full support and functionality of the regular output panel. I … (View Post) -
Re: Linqpad Intellisense very slow
Generally speaking, when the source file size gets large (at least a couple 100k), then the analyzers and compilers will struggle to try to process it as it's edited in real time. So unless your data… (View Post) -
Re: Native assemblies are not being referenced?
Thank you very much! I can verify that it's running fine without the workaround. Even works without using the "Copy all NuGet assemblies into a single local folder" setting. (View Post)