NuGet Trends Target Framework Adoption chart showing .NET framework usage over time. NuGet Trends Target Framework Adoption chart showing .NET framework usage over time.

The New NuGet Trends: Blazor, TFM Adoption and More

Over the holidays and early January I had some fun with Claude Code and made some big changes to NuGet Trends — including resolving years-old tickets along the way. TL;DR Target Framework Adoption — see how many NuGet packages target each framework version over time. Trending This Week — discover packages gaining momentum right now. Dark mode — system, light, and dark themes. Blazor rewrite — the Angular frontend was replaced with Blazor (SSR + WebAssembly). New charting — Blazor-ApexCharts replaced Chart.js. ClickHouse — download data moved from PostgreSQL to ClickHouse. Blazing fast, again. Aspire — local development orchestration replaced docker-compose. The project is open source under dotnet/nuget-trends and we’d love contributions. ...

March 20, 2026 · 5 min · Bruno Garcia

NuGetTrends: .NET libraries download trends

I joined sentry.io just over a year ago. Soon after I started, I was tasked with writing a new .NET SDK for Sentry. Throughout the previews, I was always curious if the releases were being downloaded at all. I found myself checking nuget.org and looking at the Statistics for total downloads. It was obvious we in the .NET ecosystem were missing some package download stats website. Welcome NuGet Trends, to the .NET community! NuGet Trends is a website with historical total download count for NuGet packages on nuget.org. ...

July 16, 2019 · 2 min · Bruno Garcia

CI/CD for .NET with GitHub/Travis-CI/AppVeyor/Codecov/NuGet

I recently setup continuous integration for a few open source projects. I used GitHub, AppVeyor, Travis-CI and Codecov. The resulting packages are deployed to NuGet.org. Here I aim to describe the process in an attempt to document it both for myself and hopefully help others in getting started with it. Scenario I have some .NET Core projects on GitHub that are actually just .NET Standard libraries. Ultimately, once they are built and tested on Windows, MacOS and Linux, I want them published to NuGet.org. I also want to use GitHub’s Release feature to document what I am pushing to NuGet. ...

December 2, 2017 · 9 min · Bruno Garcia