-
Re: How to let try-catch works in LINQPad
What do you mean by "stopped"? Have you enabled "Break when exception is thrown" in the toolbar (the blue bug icon)? If so, uncheck that and it will run without breaking.1 · -
Re: How to get more than 10,000 rows (Records)
The rich-text view is limited to 10,000 because results are formatted as HTML and rendered in a web browser. If you click the 'Results to Data Grids' button on the toolbar, results will render in a g…1 · -
Re: Column type chart with amounts at top of the bar
The charting methods use the Windows Forms DataVisualization API. You can gain direct control over it by calling .ToWindowsChart() and then set properties as required. I think the one you want is IsV…2 · -
Re: Multiple context in query
Yes, that makes sense. It's hard to implement, though, because it's conducive to namespace and assembly conflicts. I'll give it more thought after the current milestone.1 · -
Re: Where I can find packages.config in LINQPAD
Press F4 for query properties and your NuGet packages be listed as additional references. Click the hyperlink to see the version. Alternatively, go to the NuGet Package Manager (Query menu, or press …1 ·