repros with latest Nuget 2.2 bits.<br /><br />Repro steps:<br />1.Creating a new C# Classlibrary project.<br />2.Right-click the solution and click Manage NuGet Package dialog.<br />3.Click "Settings" and add an available package sources:<br />name: local package<br />source: C:\school\temp\packages<br />Note: the following downloaded package folders are in the c:\school\temp\packages folder, instead of the .nupkg files (this is where the bug is, null reference exception should not throw, if .nupkg files are not found)<br />- EntityFramework5.0.0<br />- jQuery.1.7.1.1<br />- etc..<br /><br />Found that if nothing is in the package folder, the issue will not repro. <br /><br />4.Click ok.<br />5.Click "Online" tree node, choose "sort by published date"<br />If not add the "local package source", it worked well.<br /><br />Expected: packages can be sorted<br /><br />Actual result:<br />And no packages displayed, but a message: Object reference not set to an instance of an object.<br /><br />Added video clip for the repro steps.
↧