Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lockfiles of packages without user/channel have _ #5799

Closed
memsharded opened this issue Sep 23, 2019 · 1 comment · Fixed by #5817
Closed

Lockfiles of packages without user/channel have _ #5799

memsharded opened this issue Sep 23, 2019 · 1 comment · Fixed by #5817

Comments

@memsharded
Copy link
Member

The lockfile contains:

"graph_lock": {
  "nodes": {
   "3e78db6e-de3d-11e9-bfb7-84fdd15e6b30": {
    "pref": "test4/0.1@_/_:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9", 
    "options": ""
   }
  }

Should it drop the user/channel with _? Should that be used exclusively for paths and folders?

Right now it seems there is no support for something that is able to dump PackageReference including the revisions but dropping None user/channel.

@lasote
Copy link
Contributor

lasote commented Sep 24, 2019

Yes. It should be dropped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants