-
Re: The xunit can't run on LINQPad v8.4.1
This is an issue with XUnit 2.8.0 - it should be fixed soon. https://github.com/xunit/xunit/issues/2922 (View Post) -
Re: LINQPad 8.1.6: Unable to copy&paste from Excel export
This should be fixed in the 8.3.1 beta: https://www.linqpad.net/LINQPad8.aspx#beta Let me know how you get along. (View Post) -
Re: CreateXhtmlWriter with LINQPadChart - wrong output
Change htmlOut.Write(chart) to htmlOut.Write (chart.ToBitmap()). (You can also specify a width and height when calling ToBitmap.) (View Post) -
Re: Warning: LINQPad has identified vulnerabilities in NuGet package Azure.Identity. Click for details.
Thanks - this should now be fixed in 8.3.6. (View Post) -
Re: Dumping of "new" property
Good call - the member on the derived type should take precedence. This should now be fixed in the 8.3.5 beta: https://www.linqpad.net/linqpad8.aspx#beta (View Post)