Skip to content

Storing source URLs outside of .dependencies file #2981

Open
@altxt

Description

@altxt

Description

Hello,
Would it be possible to have repository urls stored separately, like nuget does with nuget.config?

The reasons to wish that are

  1. Persistence. If an internal repo's url changed for reasons outside of a user's control, all past commits would fail to build
  2. Speed. Distributed teams might want to have local mirrors of feeds, especially for high volume of change scenarios like CI

Known workarounds

For server builds, one could run a script to replace the source line in a .depencencies file with the current address of the feed. But for local developer builds that would be too much trouble with version control

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions