"dnvm" command inside Package Console Manager doesn't show anything
Asked Answered
P

1

6

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

enter image description here

enter image description here

Pelagia answered 10/10, 2015 at 16:19 Comment(3)
Can you please log a bug on github.com/aspnet/dnvm ?Obrien
@Pelagia @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.Mounting
@Mounting github.com/aspnet/dnvm/issues/475Pelagia
C
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.

Cestus answered 11/10, 2015 at 21:42 Comment(1)
Using visual studio 2015 update1 and there is still no output, but confirming the commands do run and work.Viscose

© 2022 - 2024 — McMap. All rights reserved.