Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an alternative to Maven for .NET/Windows Forms projects? [closed]

What is used instead of Maven for C# Windows Forms projects?

We have developers all over the world and are trying to come up with some dependency management system that is clean simple and fast.

like image 573
leora Avatar asked Dec 25 '08 12:12

leora


People also ask

Can Maven be used for .NET projects?

NET development environments." Maven is more of a build-automation and dependency-management tool, and also developed more specifically for Java-based development, but developers have figured out how to Maven build for . NET applications.

Is there a Maven for C#?

Maven is language agnostic and it should be possible to use it with other languages than Java, including C#. For example, the Maven Compiler Plugin can be configured to use the csharp compiler.

What is the equivalent of Maven?

The best alternative is GNU Make, which is both free and Open Source. Other great apps like Maven are CMake, Gradle, SCons and Meson. Apache Maven is a Java-based tool for build automation and project management (in software development).

What is Maven in C#?

What is Maven? Maven is a project management tool for Java projects. It manages a project's build, reporting, and documentation.


1 Answers

There is Byldan, but the project seems quite young.

(See also Stack Overflow question Is there a Maven alternative or port for the .NET world?.)

like image 55
jbandi Avatar answered Nov 09 '22 08:11

jbandi