Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

dnu commands install secretmanager - null value passed to path.combine #1808

Closed
@timmydo

Description

@timmydo
> dnu --version
1.0.0-beta5-11596

PS C:\users\timmy\Source\Repos\GearUp> dnu commands uninstall user-secret
user-secret command has been uninstalled
PS C:\users\timmy\Source\Repos\GearUp> dnu commands install secretmanager
  GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='secretmanager'.
  GET https://www.nuget.org/api/v2/FindPackagesById()?Id='secretmanager'.
  OK https://www.nuget.org/api/v2/FindPackagesById()?Id='secretmanager' 386ms
  OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='secretmanager' 1083ms
System.ArgumentNullException: Value cannot be null.
Parameter name: path1
   at System.IO.Path.Combine(String path1, String path2)
   at Microsoft.Framework.PackageManager.InstallGlobalCommand.CreateTemporaryProject(String installFolder, String packag
eName, String packageVersion)
   at Microsoft.Framework.PackageManager.InstallGlobalCommand.<Execute>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Framework.PackageManager.Program.<>c__DisplayClass4_12.<<Main>b__24>d.MoveNext()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions