A
A
Anton2016-05-24 13:17:39
C++ / C#
Anton, 2016-05-24 13:17:39

What are the project builders?

Good afternoon!
The crux of the issue is in the title. I know that in Java there are Maven and Gradle project builders that build the project and pull up dependencies if they are used in the project by something else (testing libraries and much more). Is there a similar collector for C#?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Fat Lorrie, 2016-05-24
@MoonMaster

For .NET, these are MSBuild (as part of MSVS), xbuild (as an analogue of MSBuild in Mono), as well as NAnt (an analogue of Ant for Java) and NuGet (dependencies, as part of MSVS, can also be used under Mono).
MSBuild, like Maven, declarative (XML), has an API for writing plugins in C#.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question