MSBuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio. (by dotnet)
NUKE
๐ The AKEless Build System for C#/.NET (by nuke-build)
MSBuild | NUKE | |
---|---|---|
19 | 29 | |
5,207 | 2,855 | |
0.5% | 3.0% | |
6.9 | 8.6 | |
5 days ago | 7 days ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MSBuild
Posts with mentions or reviews of MSBuild.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-24.
-
Sharing Saturday #459
I did get confirmation that the actual kill has been postponed to .Net 9.0 rather than .Net 8.0 . However, that PR is factually wrong regarding when System.Runtime.Serialization use became opt-in -- I had to counter-adjust Rogue Survivor Revived to opt into using System.Runtime.Serialization for .Net 7.0, last November i.e. Nov 2022.
-
Did anyone figure out a way to compile .NET Core with WPF on Linux?
Like this https://github.com/dotnet/msbuild/blob/d0060335c1fb2f0523b1cf4656c464c5c4316783/src/Framework/NativeMethods.cs
- Why does Microsoft still insist on using XML for configuration files like `.csproj`, etc.?
-
[Copilot has] been a massive productivity improvement to our senior devs, and I got so used to it that it's an annoyance when Copilot doesn't respond.
Here is a taste of what to expect: https://github.com/dotnet/msbuild
-
Resources to learn the F# ecosystem
The main thing they do is to list projects so that you can open a solution and see a set of projects, or build a solution and build everything there. They also give a lot of customization and fortunately it's rare that you need to know anything about that. It does feel somewhat unnecessary since you should be able to open a project with its dependencies. Hopefully solution files are going to be cleaned up: https://github.com/dotnet/msbuild/issues/1730
-
Build to order? Checking MSBuild for the second time
Since the previous check, the project has grown a lot. Our analyzer has become more advanced, too. This only makes this task more interesting! Despite the high quality of the MSBuild product and the well-known name of its creator, we again managed to find some issues in MSBuild's source code. The project is almost entirely written in C#. You can see it on GitHub. We took the code from this commit.
- Gauging broader interest in a .sln file generator based on a new DSL?
-
New format for solution (.sln) files
relevant github issue: https://github.com/dotnet/msbuild/issues/1730
-
How can I compile a C# program with a different version of glibc?
msbuild is the "make" system, but for .Net. Those .csproj files are just makefiles by another name. Also, msbuild is not Windows-only. The readme specifically states that it can run on Unix (and Unix-like) systems that support .Net Core.
-
The most interesting C# / .NET blogs and websites
You can't do without source files when you want to better understand what is happening "under the hood" of a particular system. For example, do you want to improve your understanding of how types from the standard library work? The source code of .NET Framework and .NET will help you to do that. Do you want to dig deeper into the compiler? No problem - here is the Roslyn's source code at your service. Do you need to look inside the build system? Here you go - the MSBuild code is also open-source. By the way, if you are interested in build processes, you may also find MSBuild Structured Log Viewer useful. It's a tool that allows you to work with MSBuild build logs in a convenient format.
NUKE
Posts with mentions or reviews of NUKE.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-12.
-
Nuke: Deploy ASP. NET Web App to Azure
In this post, we will explore the benefits of Nuke and its most common features as we deploy a web app to Azure. Our goal is to achieve a flexible, maintainable, automated build process.
-
ModularPipelines - Strong-Typed, Parallel, C# Pipelines - Would appreciate feedback and thoughts
Is it similar to Nuke?
-
Is there a tool that can add to and edit csproj files?
Another thing I could recommend is to use something like Nuke build system to automate more complex tasks that aren't good fit for csproj using C# code (for example - publishing and zipping self-contained release of some service for specific platform using current date and time or commit hash as version number).
- Cake Sprinkles - "Decorations" for C# Make (Cake) Frosting.
-
How to write unit tests with Dapper
testcontainers and https://github.com/dotnet/Docker.DotNet are on my to-do list to try out, but just like with something like https://nuke.build/ i can't see the value other than that the config would be c# instead of some flavour of yaml.
- Avoiding Common Code Smells in C# with SonarQube
-
Launch HN: Moonrepo (YC W23) โ Open-source build system
We started using https://nuke.build/. Early days so canโt comment too much but it seems good so far.
- Nuke: Build System for C#/.NET
- What will you do when the monsters of the world no longer have to hide? Where will you run when the Earth becomes an Island?
-
CAKE vs NUKE?
I think you're giving a really bad example of what consumers should expect from open-source projects. This year I reworked the whole website, released several versions, did a huge chunk of development, and spoke at 5 events (with travel). This is the first significant gap in almost 6 years of continuous development. Maybe it's hard to imagine, but also maintainers sometimes face severe issues in their life. Comments like this don't make it any better.
What are some alternatives?
When comparing MSBuild and NUKE you can also consider the following projects:
Cake - :cake: Cake (C# Make) is a cross platform build automation system.
Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
FAKE - FAKE - F# Make
Psake - A build automation tool written in PowerShell
GitVersion - From git log to SemVer in no time
FlubuCore - A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
CS Make - Sake Build
Nake - Magic script-based C# task runner for .NET Core