Reading through the instructions for getting started on Linux, I'm being told to create Nuget.Config, a fairly obscure file that doesn't seem like it would ever change for the average user.
This step could be completely eliminated by just either having dnvm use the correct sources by default, or by generating this file during any initial operation.
The beauty of this is that people who want to use dnx won't be plagued by these very specific non-development considerations. Things should just work, similar to how npm, composer, gem etc, where they don't require you to configure repositories.
Reading through the instructions for getting started on Linux, I'm being told to create
Nuget.Config, a fairly obscure file that doesn't seem like it would ever change for the average user.This step could be completely eliminated by just either having
dnvmuse the correct sources by default, or by generating this file during any initial operation.The beauty of this is that people who want to use dnx won't be plagued by these very specific non-development considerations. Things should just work, similar to how npm, composer, gem etc, where they don't require you to configure repositories.