C# Nuget

Open-source C# projects categorized as Nuget

Top 23 C# Nuget Projects

  1. winsw

    A wrapper executable that can run any executable as a Windows service, in a permissive license.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. QuestPDF

    Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.

    Project mention: QuestPDF HTML to PDF C# Alternatives For .NET Developers | dev.to | 2024-07-19

    PDF (Portable Document Format) is widely used to save data or send data in a portable, secure format. When it comes to manipulating data into a PDF file or designing a document like an invoice, C# developers often turn to robust libraries. Two popular Libraries for these tasks are IronPDF and QuestPDF. In this article, we'll delve into how to use QuestPDF for HTML to PDF conversion and compare its features with those of IronPDF.

  4. MassTransit

    Distributed Application Framework for .NET

    Project mention: Learning - MassTransit Transactional Outbox Pattern | dev.to | 2025-03-30

    MassTransit GitHub Repository

  5. QuartzNet

    Quartz Enterprise Scheduler .NET

    Project mention: Recurring Tasks in .NET C# : All options explained | dev.to | 2024-12-02

    Quartz.NET is a full-featured job scheduling library that supports complex schedules, persistence, and clustering, making it ideal for enterprise applications.

  6. OpenCvSharp

    OpenCV wrapper for .NET

  7. MQTTnet

    MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.

    Project mention: How to Use MQTT in C# with MQTTnet | dev.to | 2024-10-24

    MQTTnet is a high-performance .Net library that implements the MQTT protocol. It is open source on GitHub and has a rich set of features, including MQTT 5.0 protocol and TLS/SSL supports.

  8. Cake

    :cake: Cake (C# Make) is a cross platform build automation system.

    Project mention: Essential .NET Libraries Every Developer Should Know | dev.to | 2024-10-08

    Cake (C# Make) is a cross-platform build automation system with C# DSL.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. RulesEngine

    A Json based Rules Engine with extensive Dynamic expression support

    Project mention: Building A JSON Rules Engine from Scratch with MSRulesEngine — Part 1 | dev.to | 2025-02-09

    Hi Coding Buddy!! 😊 Welcome to the learn series where we will build an rules engine for a childhood wonderland called “Arcade”. In this series we will concentrate on learning together a JSON based rules engine developed by Microsoft. This is the link to their Open-Source Git hub repo. In order to move forward seamlessly. Please make sure you have checked the pre-requisites section below. To have everything downloaded for us to work together.

  11. MVVMCross

    The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI

    Project mention: Epoxy alternatives - dotnet, Prism, and MVVMCross | libhunt.com/r/kekyo/Epoxy | 2024-09-20
  12. ASP.NET MVC Boilerplate

    .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.

  13. AutoUpdater.NET

    AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.

  14. ComputeSharp

    A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀

    Project mention: My negative views on Rust (2023) | news.ycombinator.com | 2024-10-09

    > RISC-V

    The work is underway: https://github.com/dotnet/runtime/pulls?q=label%3Aarch-riscv

    > PTX

    https://ilgpu.net/ and even https://github.com/m4rs-mt/ILGPU/blob/c3af8f368445d8e6443f36...

    While not PTX, there's also this project: https://github.com/Sergio0694/ComputeSharp which partially overlaps with what ILGPU offers

    Arguably, even C++ itself - you are not using "full" C++ but a special subset that works on top of specific abstraction to compile to GPUs, and I was told that CUDA C++ is considered legacy.

    The original context of discussion is performance and perceived issue of "having runtime", which is what my reply is targeted at. In that context, C# provides you the tools and a solution other languages in the class of Java, Go, TS and anything else interpreted just don't have. So you could reasonably replace a project written in C++ with C#, and possibly re-apply all the freed-up developer productivity into further optimizations, but you wouldn't be able to do so with the same degree of confidence with most other originally high-level languages. Another upcoming contender is Swift.

  15. SteamKit

    SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.

  16. BaGet

    A lightweight NuGet and symbol server

  17. EventFlow

    Async/await first CQRS+ES and DDD framework for .NET

  18. Emgu CV

    Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.

  19. Brighter

    A framework for building messaging apps with .NET and C#.

    Project mention: Brighter: Handler Assíncronos | dev.to | 2025-05-02

    Brighter ADR: Message Pump Single-Threaded

  20. AvalonEdit

    The WPF-based text editor component used in SharpDevelop

  21. Vanara

    A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.

  22. NuGet

    NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.

  23. MSBuildStructuredLog

    A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.

  24. LocalStorage

    A library to provide access to local storage in Blazor applications

  25. SVG

    Fork of the ms svg library

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# Nuget discussion

Log in or Post with

C# Nuget related posts

  • Building A JSON Rules Engine from Scratch with MSRulesEngine — Part 1

    2 projects | dev.to | 9 Feb 2025
  • QuestPDF HTML to PDF C# Alternatives For .NET Developers

    1 project | dev.to | 19 Jul 2024
  • PDF Generation using QuestPDF in ASP.NET Core — Part 1

    2 projects | dev.to | 4 May 2024
  • Storing query results

    3 projects | /r/dotnet | 25 Jun 2023
  • How do you generate pdf files with charts?

    1 project | /r/dotnet | 21 Jun 2023
  • L i a r s

    1 project | /r/DotA2 | 3 Jun 2023
  • Auto updater options for server?

    1 project | /r/Blazor | 27 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Nuget projects in C#? This list will help you:

# Project Stars
1 winsw 12,809
2 QuestPDF 12,827
3 MassTransit 7,381
4 QuartzNet 6,739
5 OpenCvSharp 5,602
6 MQTTnet 4,696
7 Cake 3,994
8 RulesEngine 3,897
9 MVVMCross 3,888
10 ASP.NET MVC Boilerplate 3,442
11 AutoUpdater.NET 3,201
12 ComputeSharp 2,931
13 SteamKit 2,757
14 BaGet 2,684
15 EventFlow 2,452
16 Emgu CV 2,198
17 Brighter 2,193
18 AvalonEdit 1,935
19 Vanara 1,890
20 NuGet 1,576
21 MSBuildStructuredLog 1,525
22 LocalStorage 1,306
23 SVG 1,228

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com