Showing category results for Feature Announcement

Mar 2, 2021
Post comments count27
Post likes count3

How to Scan NuGet Packages for Security Vulnerabilities

Drew Gillies
Drew Gillies

Today, we are announcing the public availability of NuGet’s vulnerability features that you can use to ensure your projects are vulnerability free and if not, to take action to securing your software supply chain.

NuGetNuGet.orgSecurity
Nov 13, 2020
Post comments count8
Post likes count0

Getting Started With NuGet 5.8

Jon Douglas
Jon Douglas

NuGet 5.8 is one of many releases in our .NET unification journey. Our NuGet tooling helps developers discover new .NET packages to use for their .NET applications, while making package management easier during your daily development.

NuGetVisual StudioFeature Announcement
Aug 20, 2020
Post comments count2
Post likes count0

View dependent packages on NuGet.org

Christopher Gill
Christopher Gill

We're excited to announce that you can now view dependent packages in the new Used By section on NuGet.org, yet another major improvement to the package evaluation experience!

NuGetNuGet.orgFeature Announcement
Aug 7, 2020
Post comments count3
Post likes count0

Advanced search on NuGet.org

Mohamed Riad Gahlouz
Mohamed Riad Gahlouz

We are excited to announce that NuGet.org now supports one of our top customer asks - advanced search! You can now use a multitude of sorting and filtering criteria to help find the best NuGet packages for your needs!

NuGetNuGet.orgFeature Announcement
Sep 30, 2019
Post comments count0
Post likes count0

Deprecating packages on nuget.org

Anand Gaurav
Anand Gaurav

We are excited to announce that nuget.org now supports package deprecation. This has been a long standing ask that will help the ecosystem use supported packages. As a package publisher on nuget.org, you can now deprecate packages that are obsolete, legacy, or buggy. You can also suggest an alternate package to your deprecated package. This lets yo...

NuGetVisual StudioNuGet.org
Aug 22, 2019
Post comments count10
Post likes count0

New and improved NuGet Search is here!

Karan Nandwani
Karan Nandwani

It’s been a long time coming, and today we are excited to announce the new and improved search on NuGet.org leveraging Azure Search. We want to start this post with a huge thanks to you, the NuGet community, for providing feedback. We have aggregated all feedback around search result relevance into one mega issue. We used this as the starting point...

NuGetNuGet.orgFeature Announcement
Jul 17, 2019
Post comments count3
Post likes count0

Surfacing GitHub Usage for packages on NuGet.org

Mohamed Riad Gahlouz
Mohamed Riad Gahlouz

Update: This feature has been enhanced. Read about the latest version. There are several criteria you can use today to evaluate NuGet packages. We received feedback that you would like even more information to help choose the right packages. We're excited to introduce GitHub Usage on nuget.org, which allows you to explore top GitHub repositories t...

NuGetNuGet.orgFeature Announcement
Dec 17, 2018
Post comments count1
Post likes count0

Enable repeatable package restores using a lock file

Anand Gaurav
Anand Gaurav

With , NuGet always tries to produce the same closure of package dependencies if the input package reference list has not changed. However, there are a few scenarios where it may not be able to do so. While these cases are limited, we received multiple requests to completely lock down the full package dependency graph for projects to produce repeat...

NuGetFeature Announcement
Nov 16, 2018
Post comments count1
Post likes count0

Improved package debugging experience with the NuGet.org symbol server

Karan Nandwani
Karan Nandwani

Starting today, you can publish symbol packages to the NuGet.org symbol server. With NuGet.org as a single service provider for libraries and symbols, package authors and consumers will have a streamlined publishing and consumption experience. With a single place for managing authentication and identity, you can be sure that both the package and it...

NuGetFeature AnnouncementDebugging
Aug 27, 2018
Post comments count0
Post likes count0

Introducing Source Code Link for NuGet packages

Maxime Rouiller
Maxime Rouiller

NuGet.org now supports surfacing source code repository link for NuGet packages. This will enable package authors to surface both the project's website and the source repository using the and the properties respectively instead of having to choose between the two using just the property. The nuspec has supported the property for a while and tod...

NuGetNuGet.orgFeature Announcement