1201 results found
-
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 -
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 -
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 -
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 -
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 -
Provide way to set resiliency options
With SQL Azure in general and now specifically with the new serverless option it would be great to be able to enable the various ADO.NET and EF Core resiliency options so that you do not get a timeout on startup or when there is a transient failure. Both are just settings for number of times to retry, the retry interval, etc.
For EF Core with SQL you can use something like
optionsBuilder.UseSqlServer(cstr,
sqlServerOptionsAction: sqlOptions =>
{
sqlOptions.EnableRetryOnFailure(
maxRetryCount: 18,
maxRetryDelay: TimeSpan.FromSeconds(5),
errorNumbersToAdd: null);
})In ADO.NET you can do it in the connection string parameters
ConnectRetryCount=18;ConnectRetryInterval=5;Timeout=90
Thank you
3 votes -
Add previous C# versions in samples for "What's New in C# X"
In the Samples tab, add previous C# version samples. For example:
What's New in C# 7.3, 7.2, 7.1
What's New in C# 6.0
etc...Many times, I reference your samples to help 'jog my memory' for syntax and when/where C# language features were introduced.
7 votes -
Favorites queries tab and search
It would be useful to have a tab before "My queries" with the preferred queries to get a link to start them quickly, also visible in the search query, to simply find the correct script.
We have thousands of queries in 8 years that we use LINQPad.
1 vote -
Cannot see views in LINQPad vesion 6, only tables
I just upgraded to LINQPad 6, and I cannot see the views from my database, only the tables.
I am connecting to a MySQL database.
I was able to see the views in LINQPad 5 just before the upgrade.
Thanks.1 vote -
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 -
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 -
Strike through Obsolete Properties when Dumping
When dumping objects it would be nice to see which properties are marked as Obsolete by striking through them.
1 vote -
Timestamp on SQL tab
Display a timestamp for each SQL statement on the SQL tab so that the user can see when and how long between each command was executed.
3 votes -
Add a tools menu or function to send the current file or query including row and column location of the cursor. I do this all the time with
Add a tools menu or function to send the current file or query including row and column location of the cursor to an editor.
1 vote -
Change the crash recovery implementation
Some Windows updates wipe out a recovery file.
1 vote -
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 -
Show IL Code Description not just as Tooltip but optionally behind the IL code in each line
Show IL Code Description not just as Tooltip but optionally behind the IL code in each line
2 votes
- Don't see your idea?