-
Status of Language preview feature Null-checking parameters !!
Not sure if this is a bug or just because it is a preview feature but the following throws a System.NullReferenceException when compiling void Main(){ System.Environment.Version.Dump(); Test(null); }… (View Post) -
Re: VirusTotal has 5 hits
Have they downloaded the wrong program? As far as I know Linqer has nothing to do with LinqPad, so you are unlikely to get an authoritative answer here and it might be better to ask at https://sqltol… (View Post) -
Re: Is LINQPad worth it?
I have been using it for at least 12 years and it has definitely been money well spent and definitely recommended. I have currently over 1900 linq files that I have decided to keep on my machine and … (View Post) -
Re: XmlSerializer gives NotSupportedException
Don't quite understand what this is all about, but you could try the new beta as it has an option relating to 'non-collectiible' in advanced query properties (see screenshot) (View Post) -
Re: Add a reference to C# program
No need to add the dll, just reference it, eg System.Web.HttpUtility.HtmlEncode("1&2").Dump(); There's no longer an option to add Framework assembly references. In keeping with Visual S… (View Post)