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
my first change was to make it work requried to add a @id field to the catalog page class and an upper field (for version), the items array was left unused and the select becomes:
and here is the json that I would normally get for Microsoft.Net.Compilers. however, this wont show all of the versions for open sesame because the json for those actually matches, so a better fix for me locally is to init the items variables for catalog root and page to a new blank array s o that linq could keep going.
the NugetPackageDrawer class is trying to reference
id
andversion
from a json that didnt have it:my first change was to make it work requried to add a
@id
field to the catalog page class and anupper
field (for version), the items array was left unused and the select becomes:and here is the json that I would normally get for Microsoft.Net.Compilers.
however, this wont show all of the versions for open sesame because the json for those actually matches, so a better fix for me locally is to init the items variables for catalog root and page to a new blank array s o that linq could keep going.
The text was updated successfully, but these errors were encountered: