-
Re: Unable to select .net core 6 - linqpad 6.15.12
LINQPad 6 supports .NET 3 to .NET 5. For .NET 6 and .NET 7, you need to run LINQPad 7 (View Post) -
Re: Postgresql date field is translated as C# DateTime, not DateOnly
In the connection settings. Change from version 5 to version 7. (View Post) -
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)