Use NuGet API's for packages
Open
Area-NetSDK
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
NuGet has an [existing API](https://api.nuget.org/v3/index.json) for common tasks regarding package resolution, version normalization, etc. Throughout the codebase, there are several instances where this logic is reimplemented instead of consuming the API. This leads to several issues such as #43988
Codebase should be reviewed to identify areas where code m8ust be replaced by their API.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.