You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#8398 needs investigation of what we can support (and how) in converting between PackageReferences and ProjectReferences. #8507 is focused on comparing the behavor (and calling out the differences). It would be benefical to understand how prevalent are the usages of specific metadata and hence how important it might be to invest into attampting to unify the behavior of such.
Expected outputs
Leveraging github api create prototype code/script to fetch PackageReference usages for a nuget given by name in public .net repositories.
Extract metadata (and their values) used on given PackageReference.
Add simple logic to give a 'weight' to a repo (probably star ranking).
Produce all data in csv format. Plus create a rollup (summarized weighted usage count per metadata)
The text was updated successfully, but these errors were encountered:
Idea by @baronfel
Motivation
#8398 needs investigation of what we can support (and how) in converting between
PackageReference
s andProjectReference
s. #8507 is focused on comparing the behavor (and calling out the differences). It would be benefical to understand how prevalent are the usages of specific metadata and hence how important it might be to invest into attampting to unify the behavior of such.Expected outputs
PackageReference
usages for a nuget given by name in public .net repositories.PackageReference
.The text was updated successfully, but these errors were encountered: