-
Re: Add dump video support in LINQPad
Check out 7.6.1 - there's now a Video control in LINQPad.Controls. (View Post) -
Re: Where are the Entity Framework Classes for the Demo Database?
LINQPad creates those classes on the fly via a built-in scaffolder. You can see what it generates by pressing F12 (go to definition) on a database symbol or pressing Alt+Shift+R and then manually nav… (View Post) -
Re: lprun7 "Unable to read beyond the end of the stream"
This should now be fixed in 7.5.7. Let me know if it's still an issue. (View Post) -
Re: Find-and-Replace double-quotes in a 3000 line C# verbatim string literal is very slow
I'll improve this in the next build - it should get down to a few seconds for that many replacements. Also note the suggestion of @sgmoore regarding Paste as Escaped string. Also note that should the… (View Post) -
Re: LINQPadChart does not contain a defintion for 'ToWindowsChart'
Try the latest beta - it should now reference the LINQPad.Runtime.UI assembly. (View Post)