NuKeeper
NuKeeper copied to clipboard
Better support for monorepo
š 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.
- NuKeeper should work from a solution (.sln) file, which is provided from the command line.
- NuKeeper should look for a file named NuGet.config next to this solution file.
- 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
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.
ā¦
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.
Iād like to keep this issue open.
Concur