-
Re: LINQPad raw html script works in LINQPad 5 but not working in LINQPad 7
You're trying to dump a complete HTML document inside another HTML document. Have you considered an iFrame? var iframe = new LINQPad.Controls.Control ("iframe");iframe.Styles ["width&q… (View Post) -
Re: Force Rich HTML on XML Dump()?
Good point - it should offer both options. Try the latest beta: https://www.linqpad.net/linqpad7.aspx#beta See What's New notes for info. (View Post) -
Re: Having RemoteException FileNotFoundException when trying to add connection
Thanks. I've extended the ASP.NET detection algorithm in 7.4.7. Let me know if this fixes it for you. (View Post) -
Re: Improved intellisense for object initialization and records?
Thanks - these cases should be fixed in 7.4.7. (View Post) -
Re: Deactivate running of selected code
I've added an option for this in 7.4.5: https://www.linqpad.net/linqpad7.aspx#beta (View Post)