1187 results found
-
Quickly change connectionstring when using a custom assembly with ef core
When using the linqpad driver with EF Core and provide my own assembly, i want to quickly change the connectionstring via the connection dropdown.
I could add every database to a own connection entry, but i want to specify the databaseserver and then quickly change the database.
1 vote -
Allow column exclude / filter (Temporal Tables)
When working with temporal tables there is no way to use LinqPad to alter / insert entites because it attempts to set values on AsRowStart columns -- and so the insert/updates will fail.
It would be nice to be able to exclude a column from consideration in a context / entity as this would solve this problem.
9 votes -
LinkPad 6 - could suggest #load "some file" when pressing Ctrl +.
Could suggest #load "some file" when pressing Ctrl +. in a class present in another file in the same folder.
1 vote -
1 vote
-
'Add relation' menu item in database tree menu. This will help to add connections which are not excplicitly defined in database.
On clicking Add connection sap bo sttle join dialog will appear where one may define relation with other tables. In many databasese relations may not be defined explicitly. This feature solves the priblem.
1 vote -
Edit appsettings.json directly in query properties window in LINQPad 6
It would be nice to be able to edit the appsettings.json file, directly from the query properties windows (F4), comparable to the app.config editor in LINQPad 5/4
7 votes -
Activation code
Please make it easy to find and copy the existing activation code from within Linqpad itself. I was going to examine upgrading to version 6 today but can't as I don't have this code to hand. And I couldn't locate it in Linqpad :(
This feature would probably get a few more impulse purchases before Xmas! :)
1 vote -
Input delay when editing large files
Great software, use it every day. Couldn't do without. I may be on the edge of what's reasonable in usage, but when editing files of 500+ lines some input delay occurs. CPU usage is 100%+ on a Intel i9 when typing. Input delay disappears when setting "Show completion list after typing a letter" to false.
3 votes -
add party mode
It's a button that kind of makes the whole thing do a party, you know? Balloons, lively atmosphere, and the like.... Thanks
1 vote -
Allow direct export of results as PDF
I don't often want or need to save the output from a LinqPad script, but when I do I almost invariably need to end up with a PDF that will be sent to someone else. The current export options (Excel, Word, HTML) get the job done but require an additional step. It would be really nice if LinqPad could export directly to PDF
3 votes -
Auto-update at time of install
When installing LINQPad (6), it would be good for the installer to, either during or post, run a hidden instance that preforms the auto-update.
For those of us who package it in SCCM, this would be of significant benefit.
4 votes -
Allow for negative numbers in the 'Show Graph' feature
The 'Show Graph' feature is brilliant quickly comparing the relative size of numbers, but it does not work well for negative numbers. It would be great if negative numbers showed extending to the left (and perhaps in red) with positive numbers showing to the right of some imaginary zero-point line. (Thanks for a great product!)
3 votes -
Reset window layout
Would like to request a "Reset Window Layout" option. Very helpful when comparing between multiple tabs to have them all of the same height/width etc.
3 votes -
Sort connections by name in stead of type
Show sort button to switch between Type and Name in connections list
1 vote -
Add back the App.config dialog
I use LINQPad to work with libraries based on previous versions of .NET, and it would be helpful to be able to edit the App.config like I could in LINQPad 5.
3 votes -
Set Default Zoom
I thought earlier version of LinqPad allowed for setting the default font size, and has removed it in light of allowing use to zoom in. While it would be nice to allow both options actually, the default font size, and/or the default zoom. Also it seem the result in the Dump() don't pick up the font size in the query window. Might assert if one need to zoom the font to see the query, 99.999+% (or more) we will need to zoom the results from the dump as well? :)
5 votes -
LinqPad 6 - #load only in the file where it is needed
I love the new feature where you can load other linqpad files with the #load directive this makes my linqpad file way more reusable and modular, however...
When I have 3 files where file 1 includes file 2 and file 2 includes file 3 then file 1 also have to include file 3 even when not using any functionality from file 3 in file 1.
It would be great if file 1 does not have to include file 3.
2 votes -
There appears to be no way of including multiple resource dll's. E.g. one can refer to x.dll and only one x.resources.dll.
Put resource dll's into subdirectories, similar to where they were originally: e.g., .\ja-JP\x.resources.dll; .zh-CHS\x.resources.dll, etc.
1 vote -
Add menu option to reopen LinqPad as admin
I made a script to modify a registry key, and I realized I needed to run it as an admin for the script to work. I needed to save the script first, so I could close LinqPad, and reopen it as an admin. Some way to elevate the current query, or reopen LinqPad as admin without needing to save would be cool.
1 vote -
Custom Aggregates in Dump override
Possibility to add custom aggregates like sum, average over custom types for the Dump method.
Currently you get a sum/average underneath columns containing int's etc. (except if they are formatted through ToDump).
It would be nice to do something similar as ToDump for custom types, and or types like TimeSpans, Dates, etc.
3 votes
- Don't see your idea?