Showing results for NuGet - .NET Blog

Apr 22, 2020
Post comments count0
Post likes count0

NuGet.org will continue to support TLS 1.0 and 1.1 until further notice

Christopher Gill
Christopher Gill

Last November, we shared our two-stage plan for deprecating TLS 1.0/1.1 on NuGet.org and actions you can take today to ensure your systems use TLS 1.2. In that post, we announced that NuGet.org would remove support for TLS 1.0/1.1 in April 2020. However, since then, our customers have faced a variety of challenges in the wake of the COVID-19 pandem...

NuGetNuGet.orgSecurity
Feb 12, 2020
Post comments count0
Post likes count0

Deprecating TLS 1.0 and 1.1 on NuGet.org – Stage 1

The NuGet Team
The NuGet Team

In this post, we will go into more details and a specific timeline for Stage 1 i.e. temporarily removing support for TLS 1.0/1.1 on NuGet.org. The goal is to help you identify systems that may be affected and will give you an opportunity to take action before we permanently remove support for TLS 1.0/1.1 in April 2020.

NuGetNuGet.orgSecurity
Nov 15, 2019
Post comments count0
Post likes count0

Deprecating TLS 1.0 and 1.1 on NuGet.org

Karan Nandwani
Karan Nandwani

co-authored by Scott Bommarito At Microsoft, using the latest and secure encryption techniques is very important to us to ensure the security and privacy of our customers. TLS 1.0 and TLS 1.1, released in 1999 and 2006 respectively, are known to be vulnerable to a number of attacks including POODLE and BEAST. In the past, we removed support fo...

NuGetNuGet.orgSecurity
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
Apr 10, 2019
Post comments count0
Post likes count0

NuGet Spring 2019 Roadmap

Anand Gaurav
Anand Gaurav

We published our last NuGet roadmap in June last year. Many of the features announced were major additions to NuGet and we have been hard at work to implement those over the last few months. In this post, we will start by summarizing the features we have completed and then peek into the next wave of work planned. Looking back Here are some featur...

NuGetRoadmap
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
Dec 5, 2018
Post comments count0
Post likes count0

Lock down your dependencies using configurable trust policies

Rido
Rido

For the past several months we have focused on various features to improve package security and trust. Around a year back, we had announced our plans on various signing functionalities that we have been implementing at a steady pace. We enabled package author signing and NuGet.org repository signing earlier this year. Continuing on the signing jour...

NuGetSecurity
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