NuGet
4 Filtering Practices for NuGet.org
Posted on February 17th, 2022.NuGet.org is a great source for packages to jump-start a project, but it's important to filter packages from the open-source community before downloading.
NuGet.org is a great source for packages to jump-start a project, but it's important to filter packages from the open-source community before downloading.
Learn what Source Servers are, what SourceLink is, how they relate to Symbols, and how all three come together to help with NuGet package debugging.
What's the difference between GitHub Advisories, CVE, and NVD in terms of NuGet Vulnerability Scanning? How does it affect your packages?
A quick explainer article to understand Symbols and Symbol packages for NuGet package debugging.
There are many metadata fields in a NuGet Package. For first-party packages, you can avoid 8 and not have any problems in your development.
There are three ways to express a license in a NuGet package: expressions, url, and file. This article is a quick explainer on what NuGet license types are.
NuGet Packages are more complex than they appear and have unintended consequences. Read our article to learn how to mitigate them.
NuGet developers all have one thing in common – they’re spoiled for choice when it comes to choosing a Private NuGet server.
Improperly Versioning your NuGet packages can lead to trouble. Use they five best practices to help improve your NuGet CICD pipelines.
Applying application pipelines to NuGet won't be successful. CI/CD pipeline for NuGet goes against basic NuGet best practices. Instead, use repackaging.