Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. pero.p
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    pero.p

    @pero.p

    0
    Reputation
    2
    Posts
    6
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    pero.p Follow

    Best posts made by pero.p

    This user hasn't posted anything yet.

    Latest posts made by pero.p

    • No xml:base attribute in service node of nuget endpoint response

      Hitting a nuget feed endpoint in proget returns the following:

      <service xmlns="http://www.w3.org/2007/app">
         <workspace>
            <title xmlns="http://www.w3.org/2005/Atom">Default</title>
                <collection href="Packages">
                     <title xmlns="http://www.w3.org/2005/Atom">Packages</title>
                </collection>
          </workspace>
      </service>
      

      The root node, service, contains no xml:base attribute which is seen in other v2 endpoints, e.g. https://www.nuget.org/api/v2:

      <service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xml:base="https://www.nuget.org/api/v2">
      

      It appears Dependabot uses the base attribute to build it's list of nuget sources from nuget.configs. As a result of the ProGet not returning a base attribute in the response Dependabot is not able to query the feed for updates to packages.

      Is there a reason this attribute is not set? I see there is a Web.BaseUrl config setting in ProGet's advanced settings so I was wondering if setting this would result in the attribute showing up?

      Thanks

      posted in Support
      P
      pero.p