NuKeeper icon indicating copy to clipboard operation
NuKeeper copied to clipboard

Better support for monorepo

Open Bouke opened this issue 4 years ago ā€¢ 5 comments

šŸš€ Feature Requests

Currently the nukeeper repo command assumes that the repository contains a single solution and works from the NuGet.config file in the repository root (if it exists). However this assumed 1:1 mapping of repository and solution is incorrect. Many of the repositories I'm working on contain multiple solutions, or the solution is not placed in the repository's root. As a result we cannot use NuKeeper, as it misses our NuGet.config file.

  1. NuKeeper should work from a solution (.sln) file, which is provided from the command line.
  2. NuKeeper should look for a file named NuGet.config next to this solution file.
  3. NuKeeper could auto-discover (possibly multiple) solution files from the current working directory, keeping in mind point 2.

Example file layout that I expect to work with NuKeeper:

.
ā”œā”€ā”€ README.md
ā””ā”€ā”€ Sources
    ā”œā”€ā”€ MySolution.sln
    ā””ā”€ā”€ NuGet.Config

Bouke avatar Jan 25 '21 14:01 Bouke

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 25 '21 14:04 stale[bot]

ā€¦

Bouke avatar Apr 25 '21 17:04 Bouke

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 24 '21 22:07 stale[bot]

Iā€™d like to keep this issue open.

Bouke avatar Jul 25 '21 04:07 Bouke

Concur

boylec avatar Oct 17 '21 01:10 boylec