-
Re: Is it possible to set background color of a row when you dump results to a grid?
You can do this more easily with Util.Highlight: from i in Enumerable.Range (0, 10)select new { i, formatted = Util.Highlight (i, i > 5 ? "pink" : "lightgreen") } Or to highlig… (View Post) -
Re: Bug with Intellisense
Thanks - this should now be fixed in 7.7.11 https://www.linqpad.net/linqpad7.aspx#beta (View Post) -
Re: What is required for an activation to persist on non-persistent Citrix VDI
If the hardware and machine name doesn't change, resetting the image won't be a problem - you can keep re-activating indefinitely. Obviously, it will be most convenient if you are able to activate LI… (View Post) -
Re: Make it so when I update LINQPad, it uses the same taskbar icon
You should notice this improvement now taking effect when you auto-update from 7.7.11 to 7.7.12 or 7.11.13. The only time that a pinned taskbar item will now temporarily shift is if a launcher change… (View Post) -
Re: LINQPad can't show the program results
Thanks, Stephen (View Post)