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!

Universal package dependencies not showing



  • I'm evaluating ProGet for our group, currently using the free version on a local development environment with IIS.

    I'm trying to understand why my universal package is not showing it's dependencies to other universal packages.

    I've followed the instructions posted at
    http://inedo.com/support/documentation/proget/reference/universal-feed-api-and-package-format
    however I've had no success even after trying all the variations I can think of.

    In this very simplified example, if package B is dependent on package A where the upack.json definitions are:

    Package A

    {
    "name" : "A",
    "version" : "1.0.0",
    "group" : "initech"
    }

    Package B

    {
    "group" : "initech",
    "name" : "B",
    "version" : "1.0.0",
    "dependencies" : [ "initech:A" ]
    }

    I would expect package B to show a dependency to Package A in the browser or API however I always get:

    Dependencies

    There are no dependencies for this package.

    Product: ProGet
    Version: 4.0.15



  • Thanks for the bug report. We have identified this as a bug and will have it fixed in ProGet 4.1.0, which should be released either today or tomorrow as a beta download.



  • Awesome! I downloaded and verified this is fixed in 4.1 beta.



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation