-
Re: Licence activation MacOS/Crossover error
I've uploaded a special build that you can try: https://linqpad.azureedge.net/experimental/LINQPad6-Beta.zip?cache=6.12.5.963425 This allows you to activate a paid edition, and works around most of t…2 · -
Re: How to run a LinqPad script in a C # console application
The example where you are returning List fails because the list contains anonymous types which are not serializable. I've added an experimental feature to the latest LINQPad 6 beta build that works a…1 · -
Re: Roadmap for cross platform (ubuntu/linux)?
I've just bought a MacBook so that I can test this out. @wocar - Can you tell me the procedure that you used to install .NET and LINQPad 6 on CrossOver?3 · -
Re: What keyword in LINQPad like Visual Studio Navigate Backward /Forward?
Navigate back is supported (Ctrl+-) LINQPad also supports Ctrl+Shift+Backspace to jump to the last modification position (same as VS).1 · -
Re: [Bug] Unicode is not supported when using LINQPad 6 Util.Cmd
Try the latest beta: https://www.linqpad.net/linqpad6.aspx#beta1 ·