Y
Hacker News
new
|
ask
|
show
|
jobs
by
Kwpolska
537 days ago
JetBrains Rider for C# is equally awesome. And you don't need to paste XML snippets for dependencies, it's in the GUI.
1 comments
neonsunset
537 days ago
Nowadays, the package management can also be easily done with CLI:
dotnet add package GxHash dotnet remove package ...
link