1205 results found
-
SynchronizedCollection<T> doesn't work in LINQPad 6
I tried to use System.ServiceModel.Primitives NuGet package and specifically the SynchronizedCollection<T>. However after installing the package I'm getting the following error when declaring variable of type SynchronizedCollection<string>:
CS0433 The type 'SynchronizedCollection<T>' exists in both 'System.Private.ServiceModel, Version=4.7.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.ServiceModel.Primitives, Version=4.7.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
The same works fine in Visual Studio (.NET Core Console App project).
LINQPad 6.8.1.
1 vote -
2 votes
-
High DPI icons
While text scales nicely, icons look awful on a 4K monitor.
3 votes -
1 vote
-
Boolean Util.CurrentQuery.IsSaved to indicate if current query is dirty or saved
Just a boolean indicating whether the current query is "dirty" or saved: basically wired to the star on the tab title.
My use case is that my script, after executing, saves its artifacts and itself in a zip file (for posterior usage). It would help me if the first lines of my script would be "Oops, you didn't save the current query -> return".
Thank you.
3 votes -
PLEASE stop the app from taking focus, when a query completes.
PLEASE stop the app from taking focus, when a query completes. I often launch a query and move onto other tasks. However, when LINQPad completes a query execution, the app automatically resumes focus .. including the cursor / keyboard where I might have been (for example) authoring an email. MOST FRUSTRATING!
16 votes -
Support any file type in the editor tabs and query explorer.
For example JSON/XML/CSV/Excel data used for testing out a snippet or library.
Just for the overall convenience... and when you get back 6 months later and look for the input data!4 votes -
Add convert from SQL query to Linq query (similar to Linqer)
This should be available in this software. As someone that has years of experience in SQL, I find LINQ syntax to be appalling and extremely confusing. I bought the professional version in hopes that this software implemented this feature, it does not, and yes I read the previous request and your reply to the user about VB6 to C# 4 comparison but highly disagree with your decision.
1 vote -
Export the Result window as an image.
Utils.SaveResultWindowImage(string filename, int x, int y, int width, int height)
This can then be used as a simple image rendering service.
3 votes -
Support Font Ligatures
I currently use a font that has ligatures (JetBrains Mono), but I prefer to have them turned off. It'd be great to have a checkbox to turn off/on the rendering of the ligatures.
6 votes -
Support Multiple Desktops on Windows 10
Windows supports multiple desktops. This is a useful feature when working on a single monitor. The results grid on LINQPad 6 bleed through regardless of which "Desktop" your are running. Switching desktops (using the Task View button on the Windows toolbar) while running LINQPad 6 leaves the results grid always visible.
3 votes -
Automatically adjust the grid column header to show sort indicator.
Sometimes the natural grid display is too short to display the sort indicator after the header is clicked. This requires the user to expand the column header manually in order to see the hidden indicator. This could be done automatically when a column header is clicked.
2 votes -
Please support options on the DbContext Connections: Lazy Load
The EF Core DbContext that supports the DbContextOptions<TContext> does not support any other configuration options -- just the connection string. I really need it to allow Lazy Loading supports and Detailed Errors.
THANK YOU.
1 vote -
LINQPad Windows 10 ARM64 Build
Would be great if LINQPad supported WIndows 10 ARM64 build.
As of Feb 2020 .NET 5 preview doesn't support Windows Forms and WPF and will be released in Nov 2020 and .NET 3.1 doesn't support ARM64 Windows devices at this time.
Thanks1 vote -
Ability to right click on "Tables" on a connection and filter the listed tables
title pretty much explains it, but in SQL Management Studio there is an option to filter the listed tables you see in the left handed tree view by applying a filter to match with
1 vote -
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 -
Support EF6 in LINQPad 6
EF6 supports .NET Core 3 with the 6.3 release.
We've since been able to port our existing .NET applications to .NET Core. The only regression we're still suffering is that the LINQPad experience is degraded due to there being no EF6 provider.
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
- Don't see your idea?