Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual configurations (specified defaults AND project-level override) #191

Open
zachrybaker opened this issue May 21, 2024 · 2 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed up for grabs Not a priority for the project but PR's welcome

Comments

@zachrybaker
Copy link
Contributor

It would be really helpful to be able to have dual configurations, where the "global install" (i.e. the .nuget AppData location) had the "default machine-wide" settings, which were read in, and yet if a project-level config file existed, those were allowed to override for whatever settings were found there.

The scenario we're after is having a default for a developer's machine, or a build server, which specifies things like the "normal" behaviors as well how to key the vulnerability APIs, and those settings get tweaked as needed for a project that has a very minimal set of settings (that only came into play b/c they were needed).

For instance perhaps a solution with 90 projects is going to have rate-limiting issues, but most won't.
Or perhaps we ignore certain packages but only on certain projects.
Etc.

@zachrybaker zachrybaker added the enhancement New feature or request label May 21, 2024
@digitalcoyote
Copy link
Owner

This is a planned feature but I haven't had time to look at it yet. PR's welcome if anyone has time though

@digitalcoyote digitalcoyote added help wanted Extra attention is needed up for grabs Not a priority for the project but PR's welcome labels May 21, 2024
@zachrybaker
Copy link
Contributor Author

Perhaps I can contribute to this one...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed up for grabs Not a priority for the project but PR's welcome
Projects
None yet
Development

No branches or pull requests

2 participants