-
Re: System.Numerics.MPFR works in LINQPad 5 but not working in LINQPad 6
After taking a quick look at that package, I can see immediately what the problem is. In the InstallInternalLibrary() method, it starts a process like this:ProcessStartInfo startInfo = new ProcessSta…1 · -
Re: Unlisted nuget packages
OK, I'll make a change to the next build so that ID searches include unlisted packages.1 · -
Re: Any plan to support color emoji in editor/result view?
Last time I tested the integrated Edge browser, it was way too feature-poor and unreliable. I'll try it again, but I doubt things have changed. The integrated IE engine is actually pretty robust.1 · -
Re: Any plan to support color emoji in editor/result view?
This will work right now:void Main() { "This contains an 😃 emjoji".WithEmoji().Dump(); } static class Extensions { public static object WithEmoji (this string s) => Util.WithStyle (s, &…2 · -
Re: Beta versions to go sooner into production
I'm planning more frequent release updates, at least to begin with, in LINQPad 6. There will probably be 2-3 in the next 6 months. There's a trade-off, because some users find frequent auto…1 ·
