6

Dnvm works in CMD but I can't use dnvm inside VS2015. why?

enter image description here

enter image description here

MortezaDalil
  • 352
  • 1
  • 2
  • 16
  • Can you please log a bug on https://github.com/aspnet/dnvm ? – Victor Hurdugaci Oct 10 '15 at 16:44
  • @MortezaDalil @VictorHurdugaci have you logged the bug yet? If so, please post the link here. I had a similar experience. In my case `dnvm list` worked, until I executed `dnvm update-self`. After that the list command didnt output anything anymore. – Domysee Oct 13 '15 at 10:14
  • @Domysee https://github.com/aspnet/dnvm/issues/475 – MortezaDalil Oct 13 '15 at 15:58

1 Answers1

2

The actual commands are executing, however it does not output anything.

Run this in Package Manager Console and see how it updates your default alias.

dnvm alias default 1.0.0-beta7 -r coreclr -arch x64

Until they fix the bug, you can run commands in Package Manager Console, just don't expect any output.

Nick De Beer
  • 5,232
  • 6
  • 35
  • 50
  • Using visual studio 2015 update1 and there is still no output, but confirming the commands do run and work. – James Dec 17 '15 at 10:33