Issue ID:
Type
Bug
Title:
FIX: VSIX replication fails when a package does not have four version number components
Created:
6/17/2021 3:37:40 AM by Alana Tripp
Status:
Awaiting Release on
Last pulled:
6/25/2021 2:03:16 PM
Description:
See EDO-7770 for log file. ``` ERROR: 2021-06-16 12:52:04Z - Error pushing remote package <>:1.7.11.-1: System.ArgumentOutOfRangeException: Version's parameters must be greater than or equal to zero. Parameter name: revision at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument) at System.Version.TryParseComponent(String component, String componentName, VersionResult& result, Int32& parsedComponent) at System.Version.TryParseVersion(String version, VersionResult& result) at System.Version.Parse(String input) at Inedo.ProGet.Feeds.Vsix.VsixFeed.d__19.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.Service.FeedReplicator.d__36.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Inedo.ProGet.Service.FeedReplicator.d__27.MoveNext() ```