-
Re: RichText- Result pane is emptied when clicking on a collection box header
Can you do a "View source" in the result panel after collapsing/expanding the table header? It looks like the result of Context menu > Refresh in results pane. Something is refreshing th… (View Post) -
Re: How to get lprun output folder?
Try Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) (View Post) -
Re: No intellisence for Span<T>'s GetPinnableReference method
GetPinnableReference is decorated with the EditorBrowsable attribute, State = Never:[EditorBrowsable((EditorBrowsableState) EditorBrowsableState.Never)] public unsafe ref T GetPinnableReference(); Se… (View Post) -
Re: Suppress console outputs
No problem. Instead of spawning a command line application (and having to parse the text based output), you could also take a look at the built in C# WMI classes to fetch system data. Example from… (View Post) -
Re: feature request?
You can vote for the idea on uservoice: https://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/1548031-put-a-close-button-on-the-tabsDid you know you can middle click the … (View Post)