Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven equivalent for .Net [closed]

For me, the best feature in Maven is not having to keep 3rd party libraries at part of the source tree. Is there a tool for .Net/Visual Studio that does something like that?

like image 858
ripper234 Avatar asked Oct 23 '10 16:10

ripper234


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.

Can Maven be used for C#?

Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.

Is Maven same as NuGet?

Maven manages dependencies and the build process for Java projects. Homebrew simplifies package installation for Mac and Linux operating systems. Npm installs and tracks JavaScript dependencies. NuGet manages dependencies for .

What is Maven alternative?

Top Alternatives to Apache Maven In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project. ... Gradle is a build tool with a focus on build automation and support for multi-language.


1 Answers

The closest existing alternatives are NuPack or NPanday, but nothing exists that does all of what Maven does and which is also at its stability level and feature set. Most of the community consensus is converging around NuPack, though.

Update: The NuPack project is now called NuGet as of November 5, 2010.

like image 183
John Feminella Avatar answered Oct 15 '22 19:10

John Feminella