Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Better support for monorepo #1088

Open
Bouke opened this issue Jan 25, 2021 · 5 comments
Open

Better support for monorepo #1088

Bouke opened this issue Jan 25, 2021 · 5 comments

Comments

@Bouke
Copy link
Contributor

Bouke commented Jan 25, 2021

🚀 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
@stale
Copy link

stale bot commented Apr 25, 2021

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 stale bot added the wontfix label Apr 25, 2021
@Bouke
Copy link
Contributor Author

Bouke commented Apr 25, 2021

@stale stale bot removed the wontfix label Apr 25, 2021
@stale
Copy link

stale bot commented Jul 24, 2021

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 stale bot added the wontfix label Jul 24, 2021
@Bouke
Copy link
Contributor Author

Bouke commented Jul 25, 2021

I’d like to keep this issue open.

@stale stale bot removed the wontfix label Jul 25, 2021
@boylec
Copy link

boylec commented Oct 17, 2021

Concur

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

No branches or pull requests

2 participants