• LINQPad 7.4.9 Crack-2022-09


    Release Notes
    To enable the Pro/Developer/Premium features of LINQPad 7, you will need to upgrade your license to Version 7 (unless you purchased recently.) A LINQPad 7 license works for all older versions of LINQPad, too.

     

    LINQPad 7.4
    New Features
    Referencing the Windows SDK libraries for Windows 10 and 11 is now supported via a checkbox in the Query Properties dialog. This feature is also activated implicitly when a package in the NuGet dependency graph indicates a framework dependency on Windows 10 or Windows 11. This avoids the assembly resolution errors that might otherwise result, and obviates the need to reference Microsoft.Windows.SDK.NET.ref.
    LINQPad's startup time has been improved though parallel initialization and early JITing.
    You can now edit credentials in the NuGet Package Manager Source Settings dialog without needing to restart LINQPad.
    The "Copy assemblies into local folder" option in Query Properties now also copies native libraries. There's also a new option to copy native and platform-specific files into a runtimes\ subdirectory.
    There's now a keyboard shortcut (Alt+Shift+Minus) to restore NuGet packages. LINQPad will also now restore packages automatically (without prompting) when opening queries, connections or switching framework versions, if the package has already been downloaded for another .NET version.
    LINQPad's ability to display syntax-highlighted text has been improved with the new Util.SyntaxColorText method. This allows you to dump syntax-highlighted text to the main results window (as well as a separate panel):
    Util.SyntaxColorText (csharp, SyntaxLanguageStyle.CSharp).Dump();            // Dump inline
    Util.SyntaxColorText (json,   SyntaxLanguageStyle.Json)  .DumpToNewPanel();  // Dump to separate panel
    You can also ask LINQPad to perform auto-formatting with the autoFormat argument (this works with C#, VB, XML and JSON).
    The assembly resolution log in Query Properties > Advanced now includes an interactive NuGet dependency graph.
    When connecting to custom EF Core contexts, LINQPad now recognizes when you apply the [System.ComponentModel.Category] attribute to DbSet properties and groups tables accordingly.
    The Util.ToExpando method now has an includePrivate option to include non-public properties and fields.
    Observables with many rows now render more efficiently.
    When you copy text from the editor, LINQPad now populates the clipboard with HTML-based syntax-highlighted text that can be pasted into web-based mail apps as well as Office applications. Resolved symbol markup is also now included.
    The debugger's Call Stack window now shows unwinding stack frames in green, when stepping through exception blocks.
    There's now an option to disable executing selected code in Edit | Preferences > Advanced. (You can then use Alt+Shift+F5 to execution a selection.)
    Calling Environment.Exit(0) now terminates the query process without generating an error message.
    LINQPad's HTML controls are now faster and more robust.
    Autocompletion on object initializers and with expressions has improved.
    The LINQPad.Controls namespace now includes an IFrame control for dumping complete HTML documents or web sites inline.
    LPRun now automatically restores EF Core dependencies if required.
    Fixes
    The debugger now steps correctly through catch and finally blocks.
    Util.Pivot now works correctly when expanded from a hyperlink.
    The tooltips for null-valued booleans now display correctly in data grids.
    The .NET downloader utility now works with default proxies.
    DateOnly and TimeOnly types can now be used as primary keys in LINQPad's LINQ-to-SQL implementation.
    LINQPad's editor now performs well when #loading large Program-type queries.
    Results exported as HTML now include functioning expand/collapse buttons.
    Queries called via Util.Run that return short numeric types now serialize correctly.
    The lambda translation tab now resets correctly before execution when previously unshown.
    A subtle issue whereby LINQPad would sometimes see a framework-specific package dependency as invariant when resolving NuGet package dependency graphs has been fixed.
    When a NuGet restoration condition is detected by a background process, the prompt dialog now executes additional steps to ensure that it doesn't disappear behind LINQPad's main window.
    LINQPad's built-in EF Core scaffolder now emits numeric precision metadata for decimal types to avoid potential rounding errors.
    A bug in Amazon EC2 VM recognition when activating LINQPad has been fixed.
    A syntax highlighting bug that would manifest with queries that include explicit using directives has been fixed.
    LINQPad's SQLite driver now correctly infers boolean types for tables with no rows.

  • 相关阅读:
    IGraph使用实例——线性代数计算(blas)
    人体呼吸存在传感器成品,毫米波雷达探测感知技术,引领智能家居新潮流
    推荐一款好用的代码可视化工具
    WPF中如何设置自定义控件
    CSS3-圆角边框border-radius 盒子阴影border-shadow
    微信公众号授权登录后报redirect_uri参数错误的问题
    【ARM Trace32(劳特巴赫) 使用介绍 2 -- Trace32 cmm 脚本基本语法及常用命令】
    基于FPGA的拔河游戏设计
    2.spring cloud gateway 源码编译
    Vue学习:webpack-dev-server和nginx问答
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/126757171