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
I tried to move most of the "features" from this closed PR #2242 to new PRs and I already noticed that the developmentDependency is missing as an actual property on the PackageMetadata. @maartenba already said that this is currently on your radar (#2834 (comment)), which is fine, because on the VerifyPackageUpload page I can at least access the data via the NuSpecReader.
On the package detail page it seems I can't access the NuSpec directly and there is no DevelopmentDependency property - not even as read only property.
Per the work done in #5666 we are now populate DevelopmentDependency in the DB, and it's already exposed on Package details page. If you think there are other places where this data should be exposed feel free to reopen this issue/ create a new one.
I tried to move most of the "features" from this closed PR #2242 to new PRs and I already noticed that the developmentDependency is missing as an actual property on the PackageMetadata. @maartenba already said that this is currently on your radar (#2834 (comment)), which is fine, because on the VerifyPackageUpload page I can at least access the data via the NuSpecReader.
On the package detail page it seems I can't access the NuSpec directly and there is no DevelopmentDependency property - not even as read only property.
When I did the original PR I could do something like this:
robertmuehsig@1ad1f46
It's not super important IMHO, but I wanted to log it somewhere.
This would also resolve this issue:
#1874
The text was updated successfully, but these errors were encountered: