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
If we delete all versions of a package but not the Package Registration entry, PackageService.FindPackagesByOwner starts throwing NullReferenceExceptions. The results in 'latestPackageVersions' include NULL values. Easiest fix is to just ignore nulls here.
Test Notes
Easily verified by just verifying that the nuget test account shows the correct result in the Manage My Packages page.
The text was updated successfully, but these errors were encountered:
If we delete all versions of a package but not the Package Registration entry, PackageService.FindPackagesByOwner starts throwing NullReferenceExceptions. The results in 'latestPackageVersions' include NULL values. Easiest fix is to just ignore nulls here.
Test Notes
Easily verified by just verifying that the nuget test account shows the correct result in the Manage My Packages page.
The text was updated successfully, but these errors were encountered: