boostsecurityio / boostsecurityio/lotp
[LOTP] Add NuGet
- Dominant language
- HTML
- Stars
- 164
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
# Description of the LOTP tool
NuGet is a package manager for .NET, designed to facilitate the creation, sharing, and consumption of useful code
# Configuration files
```
NuGet.config
```
# Documentation
https://learn.microsoft.com/fr-fr/nuget/reference/nuget-config-file
# Additional notes
NuGet config can be placed at solution level (or any parent of the solution ...), user level, and computer level.
When multiple nuget.config are found, the config is actualy "merged" into an "effective" nuget.config.
The next details will blow your mind.
Once you merged (or not merged) your nuget.config, and have several feeds for package (typical usage is public/private/internal feed for package), you may think that the order of package feed in the list is important.
But it's not the case.
https://github.com/NuGet/Home/issues/5611
The "fastest" feeds win. Whatever if it's private/public/first/last.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the repository’s existing tool entries and the NuGet.config documentation linked in the issue. Add NuGet using the project’s established format, documenting its configuration locations, merged settings, and feed behavior; done means the new entry matches neighboring tools and accurately reflects the referenced documentation.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100