Showing results for 2024 - The NuGet Blog

Nov 4, 2024
0
1

OpenSSF Scorecard for .NET and the NuGet ecosystem

Ioana Amarande Avishay Balter Mélanie Guittet
Ioana,
Avishay,
Mélanie

OpenSSF Scorecard is a tool developed by the Open Source Security Foundation (OpenSSF) that provides automated security assessments for open-source projects. The primary goal of the Scorecard project is to help developers and users determine the security posture of open-source software by generating a score based on a series of security-related che...

NuGetSecurityOther announcements
Jul 17, 2024
11
4

NuGetAudit 2.0: Elevating Security and Trust in Package Management

Andy Zivkovic Jon Douglas
Andy,
Jon

Introduction In November 2023 (NuGet 6.8, Visual Studio 17.8, .NET SDK 8.0.100), we released NuGet Audit. NuGet Audit provides warnings during restore when a package with a known vulnerability is used by a project. More information about NuGet Audit, including detailed configuration options can be found on our learn website. New features are still...

NuGetFeature AnnouncementSecurity
Jul 16, 2024
0
4

Building a Safer Future – How NuGet is Tackling Software Supply Chain Threats

Jon Douglas
Jon Douglas

Despite significant technological progress in addressing complex security threats, the key to preventing the next attack lies in adhering to fundamental security principles. It's essential to ensure the software ecosystem is secure, focusing on protecting .NET developers who design, build, and maintain the critical software we all use. As the home...

NuGetNuGet.orgSecurity
Jul 11, 2024
6
5

Dark Mode Now Available on NuGet.org

Allie Barry martinruiz
Allie,
martinruiz

We won’t keep you “in the dark” about this any longer… Dark Mode for NuGet.org is finally here!   Your feedback has been invaluable in making this happen. We know that eye strain is a significant issue for many developers, and we're excited to offer a solution. Whether you prefer it for aesthetics or necessity, Dark Mode is here to enhance your ex...

Feature AnnouncementNuGet.orgNuGet
May 21, 2024
8
1

Announcing NuGet 6.10

The NuGet Team
The NuGet Team

NuGet 6.10 is included in Visual Studio 2022 and .NET 8.0 out of the box. You can also download NuGet 6.10 for Windows, macOS, and Linux as a standalone executable. In NuGet 6.10, we introduce some exciting new features and bug fixes, such as a new command, vulnerability auditing in , and improvements to cached credentials. For more information, ...

NuGetRelease announcement
May 14, 2024
6
1

Announcing NuGet Commands in C# Dev Kit

Allie Barry
Allie Barry

With the April release of C# Dev Kit, you can now manage your NuGet packages directly from Visual Studio Code using the new commands in the command palette. To add a NuGet package to your project, use the command “NuGet: Add NuGet Package”. If you have more than one project in your solution, you will be asked to select which project you want to ad...

NuGetFeature AnnouncementRelease announcement
Mar 13, 2024
0
3

The NuGet.org repository signing certificate will be updated as soon as April 8th, 2024

Erick Yondon
Erick Yondon

Action required: If you validate that packages are repository signed by NuGet.org using a NuGet client policy, command, or the command, please follow these steps by April 8th, 2024 to avoid potential disruptions when installing new NuGet.org packages. If you are unsure, we have outlined steps to check if you will be impacted. Since 2018, NuGet.o...

NuGet
Mar 12, 2024
1
1

Refining Your Search: Introducing NuGet.org’s Compatible Framework Filters

Advay Tandon Jon Douglas
Advay,
Jon

Last year, we introduced search by target frameworks on NuGet.org, allowing you to filter your search results based on the framework(s) that a package targets. We received plenty of great feedback from you on how to make the filters more effective, and we are excited to announce that we are adding new search options that will now allow you to filte...

Feature AnnouncementNuGet.org
Feb 13, 2024
5
1

Announcing NuGet 6.9

Allie Barry
Allie Barry

NuGet 6.9 is included in Visual Studio 2022 and .NET 8.0 out of the box. You can also download NuGet 6.9 for Windows, macOS, and Linux as a standalone executable. In NuGet 6.9, we introduce some exciting new features and bug fixes, such as an improved multi-targeting experience in Visual Studio and support for the 'dotnet search' command. For more...

NuGet
Jan 16, 2024
14
2

Introducing NuGetSolver: A Powerful Tool for Resolving NuGet Dependency Conflicts in Visual Studio

Erick Yondon
Erick Yondon

Managing dependencies on complex projects can be overwhelming. Developers often grapple with numerous direct and transitive dependencies across multiple projects. When different projects share dependencies with varying versions, manual conflict resolution becomes necessary, which can be tedious and error-prone, as fixing one issue may inadvertently...

NuGetFeature AnnouncementVisual Studio