1189 results found
-
Ranny Meier
Allow EF6 DbContext assembly to make connection in LINQPad V9. We are able to easily use our EF6 DbContext assembly in various NET 8 projects in Visual Studio. We have yet to be able to do this in a LINQPad V9 query.
I tried a NuGet driver.
Peter-B-/Ef6.Core.LINQPadDriver: Entity Framework 6 driver for LINQPad 6 (.Net Core)InvalidOperationException: No connection string named 'JASContext' could be found in the application config file.
1 vote -
Select the current connection when switching tabs
In Visual Studio, when you switch tabs in the editor, the current file is selected in Solution Explorer (unless you have disabled the feature). This makes it really easy to find the file.
I often find myself scanning up and down the connections list in LinqPad, looking for the current conection.
What would be really helpful is if the current tab's connection were selected. Maybe I'm unusual, but I have a lot of connections, many of them similar (different versions of a database, test, staging and live, etc).
3 votes -
Please provide an macOS Intel build for those still using Intel hardware.
Please provide an macOS Intel build for those still using Intel hardware.
3 votes -
Get rid of 'delete save as/download' from linqpad UI.
This is a very bad and awful feature. It's redundant with file explorer abilities which is the only place I would delete my saved files. All my saved files are now gone. LP should only allow clearing the history (which is what I thought I was doing) and NOT/NEVER/EVER DELETE/REMOVE/DISCARD any files saved or otherwise.
1 vote -
Add a UI option to use native Windows titlebars and window borders in the LinqPad main window
In LinqPad 9.4, I've been toggling the "Enable Mica background with Light theme" checkbox, which (for me, at least) seems to also control whether or not the LinqPad Settings window uses "native" Windows titlebars and window-borders - and I've come to prefer native Windows titlebars because I much prefer my specific Active Titlebar color - and I'm certain I can definitely feel UI actions (like dragging the window around) feels slighly more sluggish when the LinqPad Mica option is enabled - but much snappier when it's off.
...but regardless of the Mica switch, the LinqPad 9.4 main window seems to…
1 vote -
Add "Increase/Decrease Environment Font Size" as VS Extension FontSizer does
I addition to the "Increase/Decrease Editor Font Size" ability, I would suggest to also add "Increase/Decrase Environment Font Size" like it's done in Visual Studio by the Extension "FontSizer".
3 votes -
Add Intellisense or Package Explorer support for the #:package directive
This is a minor request, but it would be nice to have visualization or Intellisense support when exploring packages using the #:package directive. Currently, it would be even better if package additions in File-based App code were synchronized with the #:package directive.
1 vote -
Add #:sdk support
I'm very pleased that LINQPad 9 includes some support for .NET 10 file-based apps. However, perhaps a fundamental ecosystem difference, that the SDK types that can be specified via #:sdk are not recognized.
To bridge the gap between LINQPad scripts and file-based apps, and to enhance compatibility with various SDK types in the future, I'd like to see an option to explicitly select the major SDKs (Web, Worker, Standard, etc.) that are currently available in the LINQPad script properties, along with support for the #:sdk syntax.
1 vote -
LinqPad 8 does not work on MacBook Air M4
I installed on my new Mac but the UI fails to start up.
1 vote -
Make NodaTime available for Npgsql Connections
The recommended way to persist date/time information by Npgsql is to use NodaTime (https://www.npgsql.org/doc/types/nodatime.html?tabs=datasource). Hence, I'm using it in all my projects.
While reading DateTime from the database seems to work finde, trying to write data results in the field in the database containing negative infinity.
Then I tried to use the typed data context from my project, but then LinqPad complains about not being able to map the "Instant" type.
As NodaTime is recommended by Npgsql, it would be great if there was a way to use it in LinqPad.3 votes -
Workspace Separation (Super-Tabs)
I use Linqpad for multiple projects and usually have multiple queries open pr project.
It would be really nice if i could visually separate each collection of queries with super-tabs
I guess something similar to Postman which is able to handle multiple collections of API's
If you are already working on a visual remake or upgrade - maybe have this in your mind when making it :)
1 vote -
Main method string[] args parameter is null in C# Program mode. Make it empty.
Main method string[] args parameter is null in C# Program mode. Update it as an empty array.
0 votes -
Detect links in the result set, starting with http(s), and allow users to click and navigate
Detect links in the result set, starting with http(s), and allow users to click and navigate. This helps to form links and validate them.
For example, SELECT 'https://www.nuget.org/packages/Newtonsoft.Json';
The result should be a clickable link that opens in the browser.
1 vote -
3 votes
-
add a "Close Saved" menu item - similar to vscode
Often I end up in a state with 20 tabs open, some with conflicts ( duplicate ).
I'd like to close all the saved ones, so I can sort out the four or five unsaved ones.
Doh, I found it on File -> Close Unmodified Queries.
It would be nice to have that on right clicking a document tab as well.
1 vote -
close saved
Add a new menu item for closing all saved tabs. This would be similar to vscode "Close Saved".
I often find I am in a state where I open things up and there are 20 documents, some with (duplicate) etc. Cleaning them all up is a bit of a pain.
Close all comes up with a dialog with four documents with Yes, No, or Cancel.
Not sure what to do at that point.1 vote -
1 vote
-
Close Result Tabs programmatically
Allow me to do a Util.CloseResultTab(string TabName or int Index) to close a specific tab or even Util.CloseAllResultTabs to close all the tabs in the result window without changing the Output tab/window.
I have been using the LinqPad forms to create simple utilities and I sometimes load data into a dump tab to review, but want to go to the form I created and have it change the tabs during the following runs when I click a submit button.
3 votes -
"Microsoft.AspNetCore.App" not loading correctly
Please load correctly the framework if required: { "name": "Microsoft.AspNetCore.App", "version": "8.0.17" }
Option in GUI for this doesn't work
3 votes -
LINQPad 9 - Show My Scripts location as just LINQPad Queries
Currently, it displays the absolute path. Perhaps it could be shown on hover for those who might find it useful.
1 vote
- Don't see your idea?