-
Re: Can we have file viewing and highlighting for cs, fs, vb like we have for xml, json, sql files?
The latest beta shows .cs/.fs files in My Queries and Navigate To. There's a good case for allowing these in that LINQPad offers quite good support for .cs/.fs, both in terms of direct execution and … (View Post) -
Re: About System.Text.Json Dump
Good call. LINQPad should always apply JavaScriptEncoder.UnsafeRelaxedJsonEscaping - the visualization should not be polluted for the sake of edge-cases. I will change this in the next beta. (View Post) -
Re: Editing Cells in query results. Some cells can edit others not.
It could be because the text exceeds the textbox limit of 10,000 characters. You might like to try the 5.47 beta - it extends the limit to 60,000. https://www.linqpad.net/linqpad5.aspx#beta (View Post) -
Re: Can I use free license in my job?
Yes, you can use the free version of LINQPad for commercial purposes. (View Post) -
Re: LinqPad7 runtime identifier win10-x64 vs win-x64
It looks like the file \runtimes\win10-x64\nativeassets\net6.0-windows10\e_sqlite3.dll in the sqlitepclraw.lib.e_sqlite3\2.0.7 package is corrupt. If you overwrite it with the version from runtimes\w… (View Post)