-
Re: C# 10 in LINQPad?
This is now supported in the latest beta. Go to Edit | Preferences > Query and choose "Use Roslyn Daily build". After enabling, go to LINQPad's samples tab and expand the What's new in C…1 · -
Re: Timeouts instead of results one day after installing 6.14.10
The log reports indicate that the Edge Chromium engine (WebView2) wasn't responding. Let me know if the problem persists.1 · -
Re: Bug? Code-completion uses superfluous fully-qualified type-name for generic type parameter arguments
Perhaps it would be best to remove that code completion, given that its actually now redundant: Dictionary<String,FileInfo> dict = new(); // From C# 91 · -
Re: Intellisense error for static create and implicit conversion
This should now be fixed in 6.15.11 · -
Re: re-order/rearrange connections?
There is a file, but doesn't influence the ordering of connections. The order is always first by connection type, then alphabetically. By renaming a connection (right-click, rename) you will influenc…1 ·