-
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 · -
Re: [Bug] Unicode is not supported when using LINQPad 6 Util.Cmd
I guess this is the solution - I'll add an overload to Util.Cmd that accepts an encoding. Then you can pass in Encoding.Unicode (to override the default of Encoding.UTF8).1 · -
Re: LinqPad 6 and xUnit test framework
Try the latest LINQPad 6 beta: https://www.linqpad.net/linqpad6.aspx#beta It now has an option on the query menu to add xunit integration. This works by adding #load xunit to the current query, along…1 · -
Re: Dumping Task<Task<T>>
Thanks - looks like a race. This will be fixed in the next build.1 ·