Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 3.62 KB

File metadata and controls

62 lines (46 loc) · 3.62 KB
title NuGet 6.11 Release Notes
description Release notes for NuGet 6.11 including new features, bug fixes, and DCRs.
author mruizmares
ms.date 8/1/2024
ms.topic conceptual

NuGet 6.11 Release Notes

NuGet distribution vehicles:

NuGet version Available in Visual Studio version Available in .NET SDK(s)
6.11 Visual Studio 2022 version 17.11 [<TODO: Full SDK Version>](https://dotnet.microsoft.com/download/dotnet/<TODO: SDKMajorMinorVersionOnly)1

1 Installed with Visual Studio 2022 with any .NET workload

Summary: What's New in 6.11

  • [Feature]: add dotnet nuget why to dotnet CLI - #11943

Breaking changes

Issues fixed in this release

  • [DCR]: NuGet causes many ArgumentExceptions to be thrown & caught in VS - #11535

  • Remove .NET Framework TFM from NuGet.CommandLine.XPlat - #8452

  • Enable Nullable and throw in KnownOwnerViewModel - #13425

  • PackageSourceProvider.UpdatePackageSource doesn't respect a value from disableTLSCertificateValidation attribute - #13423

List of commits in this release

Community contributions

Thank you to all the contributors who helped make this NuGet release awesome!

  • seclerp
    • 5783 Fix PackageSourceProvider.UpdatePackageSource doesn't respect a value from DisableTLSCertificateValidation field
    • 5767 Fix PackageSourceProvider.UpdatePackageSource doesn't respect a value from AllowInsecureConnection field
  • mmitche
    • 5749 Build NuGet from the VMR
    • 5752 Fixup signing support conditional
  • ToddGrun
    • 5859 Reduce allocations in GetPackageInfo by conditionally calling GetNupkgMetadataPath
  • omajid
    • 5848 Dispose certificates on failure in SignatureUtility.GetCertificates
  • SimonCropp
    • 5842 remove redundant .GetTypeInfo()
  • ryanmolden
    • 5834 Eliminate first-chance ArgumentExceptions when querying a legacy project for properties that don't exist via DTE
  • hickford
    • 5743 Correct message in the case that a higher version of package is already installed
  • ViktorHofer
    • 5764 Use .NET SDK sourcelink integration
  • NikolaMilosavljevic
    • 5738 Disable CA2022 errors
  • jv42
    • 5717 Fixed NullReferenceException in ResolverComparer