Skip to content

Project restore breaks using older versions (for instance 4.8.4) of paket.exe #153

@ruhullahshah

Description

@ruhullahshah

Description

For project restore, the flag --references-file is used which is not supported in older versions and they use --references-files instead. This causes the project wise restore to break.

Suggested solutions

  • Support for project wise restore can be dropped and only global restore would be supported.
  • Add a compatibility layer to work with older version, at which version the change to the --references-file flag was made in Paket
  • Add UI support to let the user choose, "No Auto Restore", "Global Auto Restore". "Auto Restore per Project" instead of the current checkbox in the plugin settings.

It would be nice to get views on the suggested solutions or any other alternate solutions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions