-
Re: .net 6.0 - ControllerBase not working with Minimal Api
Check this thread: https://forum.linqpad.net/discussion/2599/same-mini-asp-net-core-code-in-linqpad-unable-to-get-responsed-but-good-in-visual-studio builder.Services.AddControllers().AddApplicationP… (View Post) -
Re: Results window monospace font?
Use the built in Stylesheet Editor to modify the result pane: ( Edit, Preferences, Results, Style sheet for text (HTML) results: Custom, Launch Editor ) body { font-family: Consolas, monospace; font-… (View Post) -
Re: limited or no completion / intellisense !
Hello !! Since LINQPad is not a full IDE, you can move the using statement to the query properties window. If you paste using M = Manifold in the query, LINQPad should suggest this: After this, all s… (View Post) -
Re: Linqpad 6 window no action buttons - cannot drag, no minimize and maximize button
Have you tried maximizing the window using WIN+UP (windows key + up arrow key)? Perhaps the title bar is hidden behind the task bar, maximizing should fix that. (View Post) -
Re: InvalidOperationException: There is already an open DataReader associated with this Command which...
This issue is reproducible in Results to Data Grids mode. You can solve this by iterating the IEnumerable manually, to make sure each reader is executed once during execution. (View Post)