Showing results for 2018 - The NuGet Blog

Dec 17, 2018
1
0

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...

Feature Announcement
Dec 5, 2018
0
0

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...

Security
Nov 16, 2018
1
0

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...

Feature AnnouncementDebugging
Aug 27, 2018
0
0

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...

NuGet.orgFeature Announcement
Aug 10, 2018
0
0

NuGet.org starts repo-signing packages

Rido
Rido

In May, we implemented Stage 1 and enabled support for any NuGet.org user to submit signed packages to NuGet.org. Today, we are announcing Stage 2 of our NuGet package signing journey - tamper proofing the entire package dependency graph. What is a Repository Signature? A repository signature is a code signing signature produced with an X.509 cer...

NuGet.orgSecurity
Jul 2, 2018
0
0

NuGet Summer 2018 Roadmap

Anand Gaurav
Anand Gaurav

This blog post provides insights into the NuGet team plans for the upcoming quarter (July - Sep 2018). In the March 2018 NuGet Spring 2018 Roadmap, we had outlined Package Signing, Organizations, Cross-platform credential provider support, Repeatable builds for PackageReference based projects, etc. as our immediate priorities. We were able to compl...

Roadmap
May 22, 2018
0
0

Introducing signed package submissions to NuGet.org

Rido
Rido

In September 2017, we announced our plans to improve the security of the NuGet ecosystem by introducing the ability for package authors to sign packages. Today, we want to announce support for any NuGet.org user to submit signed packages to NuGet.org. A signed NuGet package is designed to be fully compatible with pre-existing NuGet servers and cli...

NuGet.orgFeature AnnouncementSecurity
May 15, 2018
0
0

NuGet.org will only support MSA/AAD starting June 1st, 2018

Anand Gaurav
Anand Gaurav

We had previously announced the deprecation of NuGet.org's home-grown authentication in favor of Microsoft accounts (MSA) that will allow us to add support for additional security systems such as two-factor authentication (2FA). We will be disabling the NuGet.org's home-grown authentication mechanism starting June 1st, 2018. This means that you can...

NuGet.orgSecurity
May 1, 2018
0
0

Welcoming SymbolSource to the .NET Foundation

Karan Nandwani
Karan Nandwani

We are excited to welcome SymbolSource.org to the .NET Foundation! SymbolSource has been providing a valuable service to the .NET Community for years with the ability to host Symbols for public NuGet packages on SymbolSource. With recent progress made in several areas, including SymbolSource being published to GitHub and NuGet.org planning a symbol...

Debugging
Apr 17, 2018
0
0

Organizations on NuGet.org

Anand Gaurav
Anand Gaurav

We are happy to announce support for Organizations on NuGet.org. This will help businesses and open-source projects collaborate on packages using a single nuget.org identity. Why organizations? NuGet.org used to allow you to create an account and publish packages through that account with little support to manage and publish packages as a team or...

Feature AnnouncementNuGet.org