News

New NuGet .NET Framework Packages Prepped

Developers are encouraged to vote on which releases will come first.

NuGet, Microsoft's package manager tool for Visual Studio and the .NET Framework, has several new packages on the horizon that could enhance developer productivity.

As detailed on the .NET Framework Blog, two new packages, and four updated packages, are in the works. Richard Langer, a .NET program manager, is taking feedback on which packages to release first.

The new packages:

  • Microsoft.Bcl.MetadataReader. This .NET package enables reading metadata tables in .NET assemblies.
  • Managed Debugger APIs (MDbg). Also a .NET package, this update enables building standalone tools and add-ins to MDbg. MDbg.exe is the .NET command-line debugger for managed code only.

The updated packages include:

  • Microsoft.Composition (MEF2). MEF (the Managed Extensibility Framework) is a lightweight, optimized framework for applications that need strong throughput, like Web scenarios. The update adds Windows 8 support.
  • Microsoft.Tpl.Dataflow. This update, which also adds Windows 8 support, builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library, integrating the language support for asynchrony provided by C#, Visual Basic, and F#.
  • Microsoft.Bcl.Immutable. This portable class library (version 1.1) adds ImmutableArray type back, with unchanged shape from v1.0 pre-release builds. Immutable collections are thread safe and static (i.e., their contents never change.)
  • CLR Memory Diagnostics (ClrMD). This update to the tool is minor, being mostly bug fixes and small features. The ClrMD is a set of APIs for inspecting .NET program crash dumps, allowing automated crash analysis and debugging.

The current version of NuGet is 2.8.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

Subscribe on YouTube