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.

BUG: "dnu commands install" fails to find .sha512 #2192

@giggio

Description

@giggio

I have a project.json that depends on FluentMigrator version 1.5.1.0. This package defines its version as 1.5.1.0. If I try to install my package (FluentMigrator.Runner.Aspnet):

dnu commands install FluentMigrator.Runner.Aspnet --no-cache

It fails because it can't find the .sha512 file:

Could not find a part of the path 'C:\Users\username\.dnx\bin\packages\FluentMigrator\1.5.1.0\FluentMigrator.1.5.1.0.nupkg.sha512'.

It is looking for the 1.5.1.0 directory, but dnu is saving it without the last .0, so I have on disk only the $HOME\.dnx\bin\packages\FluentMigrator\1.5.1 directory. And installation fails.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions