Error with --recursive option
Opened this issue · 0 comments
Deleted user commented
Hi Mads, the --recursive options throw an exception:
Unhandled Exception: System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.UriBuilder..ctor(String uri)
at PrivateGalleryCreator.Program.ProcessVsix(String sourceVsixPath)
at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at PrivateGalleryCreator.FeedWriter.GetFeed(String fileName, IEnumerable
1 packages)
at PrivateGalleryCreator.Program.GenerateAtomFeed()
at PrivateGalleryCreator.Program.Main(String[] args)