-
Re: Warning: No compatible assemblies found in package 'MimeTypes'
There are no assemblies in this package, only .cs.pp files that require merging via MSBuild. LINQPad doesn't use MSBuild, so this package won't work. LINQPad will still import the content files, but … (View Post) -
Re: Is it possible to use .NET regular expression source generators in LINQPad?
LINQPad doesn't support source generators right now. It would require either switching the LINQPad GUI from .NET 6+ back to .NET Framework, or moving the entire Roslyn toolchain out-of-process - a ma… (View Post) -
Re: LINQPad v. 8.3.7: Unable to export IAsyncEnumerable to Excel
This feature should be available in 8.4.2: https://www.linqpad.net/linqpad8.aspx#beta (View Post) -
Re: Suggestion: Add Ctrl+Click as an alternative to F12
The beta runs side-by-side with the main release. Each updates itself independently. You don't need to uninstall the RTM. (View Post) -
Re: Request: Add options to temporarily override result limit? (per query and per dump)
This feature is available in 8.4.2: https://www.linqpad.net/linqpad8.aspx#beta (View Post)