No features have been listed yet.
Based on our record, xmake should be more popular than MSBuild. It has been mentiond 15 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Here is a taste of what to expect: https://github.com/dotnet/msbuild. Source: over 2 years ago
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... - Source: dev.to / over 3 years ago
At the moment, we plan to implement the specified functionality for the C# analyzer. It's easy to obtain the list of dependencies for a C# project. Roslyn helps us a lot — our analyzer is built on its base. To be more precise, the main factor is the use of the same build platform (MSBuild) and a compiler for all C# projects. At the same time Roslyn is closely related to MSBuild. This makes obtaining the... - Source: dev.to / over 3 years ago
Https://github.com/dotnet/msbuild is up there too. Source: almost 4 years ago
We can also try xmake. https://github.com/xmake-io/xmake Xmake can be used to directly build source code (like with Make or Ninja), or it can generate project source files like CMake or Meson. It also has a built-in package management system to help users integrate C/C++ dependencies. - Source: Hacker News / almost 2 years ago
I wrote this tool mainly for the purpose of building xmake's own source code better. https://github.com/xmake-io/xmake. Source: over 2 years ago
Did you consider skipping the parser part and base it of off another language? Like xmake: https://github.com/xmake-io/xmake/. Source: over 2 years ago
Xmake is a lightweight cross-platform build utility based on Lua. - Source: dev.to / over 2 years ago
Xmake as build backend + project generator + package manager. Source: over 2 years ago
CMake - CMake is an open-source, cross-platform family of tools designed to build, test and package software.
Ansible - Radically simple configuration-management, application deployment, task-execution, and multi-node orchestration engine
SCons - SCons is an Open Source software construction tool—that is, a next-generation build tool.
Gradle - Accelerate developer productivity. Gradle helps teams build, automate and deliver better software, faster. DocsExplore the documentation of Gradle. Find installation ..
Meson - Meson is an open source build system meant to be both extremely fast, and, even more importantly...
GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.