-
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) -
Re: linqpad 7 - Cannot load assembly
Looks like there's been a change in the format of the .runtimeconfig.json file that's generated for ASP.NET applications. Try the 7.2.6 beta - it should resolve the problem. https://www.linqpad.net/L… (View Post)