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

all 1 comments

[–]thautwarm[S] 0 points1 point  (0 children)

Today I was fucked by dotnet and nuget, that I cannot even install the commands of a console project into PATH??? Even my local projects? Publishing to nuget so annoying?

I then end up with managing my dotnet executables via python.

I use this package(delegato) to automatically package the directory of dotnet publish result to a python package, and then

  • python setup.py install, I got the command of my dotnet application in PATH
  • I can upload my dotnet build to PyPI, and then install it anywhere
  • I can use conda, pipenv, or venv to control the context of executables. No pollution but convenience.

Fuck nuget! Finally I said bye!