What build tool(s) do people use for their applications?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

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
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. NAnt2

    NAnt2 is a free .NET build tool, updated and enhanced from original NAnt project https://github.com/nant/nant. Easy to use even by non-programmers to automate their daily tasks.

    NAnt is a capable system (in some ways better than MSBuild) and it's still sort of alive in the form of NAnt2 but yes, very old school.

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

    FAKE - F# Make

    Cake and Fake are both quite popular in the OSS world.

  4. NUKE

    Discontinued ๐Ÿ— The AKEless Build System for C#/.NET (by nuke-build)

    Iโ€™d say NUKE is quite popular too. Over 1k stars :P

  5. Psake

    A build automation tool written in PowerShell

    I've used psake (powershell+make) https://github.com/psake/psake - the main thing that attracted me to this was that it wasn't an XML based system (Nant/MSbuild), and it handled task prerequisites very nicely. While some devs find powershell a bit of a pain to learn, they generally become useful very quickly, and I think it's useful to be able to do some level of powershelling anyway.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you guys make sense of a complex project on GitHub?

    2 projects | /r/csharp | 16 Feb 2022
  • Learn Makefiles

    13 projects | news.ycombinator.com | 20 Jun 2025
  • Do-nothing scripting: the key to gradual automation (2019)

    3 projects | news.ycombinator.com | 8 Feb 2025
  • Go's template engine โ€œtemplโ€ is convenient (it also works with TinyGo)

    2 projects | dev.to | 29 Oct 2024
  • A self-hosted CodeCommit alternative

    3 projects | dev.to | 3 Sep 2024

Did you know that C# is
the 10th most popular programming language
based on number of references?