Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Problem adding a connector to a feed - Mirrored JFrog Artifactory



  • Hi
    We trying to mirror our jFrog Artifactory for nuget feed. After adding a connector to the ProGet feed we get such error: "There was an error with a connector: An item with the same key has already been added."
    If we try to mirror official nuget feed - everything is okay.
    It seems very related to issue https://inedo.com/support/questions/900
    After a little investigation, we figured out, that this problem is caused by package xml, that ProGet gets from the Artifactory

    <m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
           <d:lastUpdated>2017-12-28T11:24:26</d:lastUpdated>
           <d:Version>0.9.9</d:Version>
           <d:Copyright>Copyright 2016, AngleSharp.</d:Copyright>
           <d:Created m:type="Edm.DateTime">2017-12-28T11:24:26</d:Created>
    

    The main issue is that, the property "lastUpdated" is starting from the lower case. This seems causing wrong adding to dictionary object (like adding both "LastUpdated" and "lastUpdated" key-pair values)

    Could you fix this, please?
    Seems to be small fix on comparing property names (should be case insensitive)

    Thanks,
    Dmytro

    Product: ProGet
    Version: 5.0.10


  • inedo-engineer

    Hello Dmytro,

    I've filed PG-1252 to address this.



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation