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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube