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

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube