Hi, We are getting the error when trying to view default packages in ProGet Free Edition Version 5.3.36 (Build 4 )
System.OverflowException: Value was either too large or too small for an Int32.
at System.Convert.ToInt32(Int64 value)
at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
at Inedo.ProGet.Feeds.NuGet.V3.NuGetPackageV3..ctor(JObject obj, NuGetConnector connector, String contentUrl, Byte[] sha512Hash, String registrationUrl)
at Inedo.ProGet.Feeds.NuGet.V3.NuGetPackageV3SearchResult..ctor(JObject obj, NuGetConnector connector, String contentUrl)
at Inedo.ProGet.Feeds.NuGet.V3.NuGetV3Client.<SearchAsync>b__8_0(JObject o)
at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator
1.MoveNext()
at System.Linq.Enumerable.<UnionIterator>d__671.MoveNext() at System.Linq.Enumerable.<UnionIterator>d__67
1.MoveNext()
at Inedo.ProGet.Feeds.NuGet.NuGetFeed.RemoveDuplicatesAndApplyFilters(IEnumerable`1 source)
at Inedo.ProGet.Feeds.NuGet.NuGetFeed.<SearchV3Async>d__56.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Inedo.ProGet.Feeds.NuGet.NuGetFeed.<Inedo-ProGet-Feeds-IBrowsablePackageFeed-SearchPackagesAsync>d__95.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Inedo.ProGet.WebApplication.Pages.Packages.ListPackagesPage.PackageList.<InitializeAsyncInternal>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Inedo.ProGet.WebApplication.Pages.Packages.ListPackagesPage.PackageList.<InitializeAsync>d__2.MoveNext()
Does anyone know how to resolve this?
Thanks