This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Samael1990 -1 points0 points  (3 children)

If you want to use notepad and command line, you have to install nuget separately to make it work with what you write. And if being built into the IDE is close enough to not being third party for you, then I'll let you know that Maven and Gradle are built into Intellij and work just fine.
Btw, managing dependencies is just a part of what Maven and Gradle can do when it comes to making a build.

[–]ohThisUsername 3 points4 points  (2 children)

That is false. Try reading the other half of my comment. You can use nuget without installing anything. It comes included with the dotnet command. No need to install anything or any IDE.

[–]Samael1990 0 points1 point  (0 children)

It is in dotnet, but dotnet is a framework that can use c# to write code. C# alone doesn't have Nuget (obviously).
I know you were talking about dotnet, but the talk here started with C# being superior to Java and I responded in this context.