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!

ProGet not respecting Chocolatey flags `--all-versions` and `--prerelease` when searching connector feeds



  • Hello!

    I've noticed that when searching for Chocolatey packages on a connector feed that the flags for all stable versions (--all-versions) and prerelease versions (--prerelease) aren't being respected individually, with the --prerelease flag taking precedence.

    I have three Chocolatey feeds; two regular Chocolatey feeds and one connector Chocolatey feed with connections to the two regular feeds. When searching each of the regular Chocolatey feeds separately using choco search -s <FeedName> --all-versions --prerelease all packages within the respective feed are returned. However, when searching the connector Chocolatey feed with choco search -s <ConnectorName> --all-versions --prerelease the prerelease versions of packages are shown but the stable versions of packages are not. Please see the image lower in the description.

    In the first feed, I have 13 total packages. In the second feed, I have 10 total packages. When searching the connector feed, I should have 23 packages returned, but the stable version of the Chocolatey package is not present in the output.

    I have also tested this with Sonatype Nexus, with two hosted feeds and one grouped feed, and Nexus respects the flags mentioned above, allowing all packages to be displayed when searching the grouped feed.

    ProGetSearch.png


  • inedo-engineer

    Hi @imm0rtalsupp0rt ,

    We don't know choco search is doing behind the scenes with regards to API calls, but I think it's using the V2 ODATA API. That gets pretty complex and we don't have enough information to work on yet - and trying to set up a reproduction case is quite the endeavor.

    Could you provide a very basic reproduction, perhaps with a dummy package or two, using only the API calls? If you use something like Fiddler you can see the underlying API calls

    Thanks,
    Steve



  • choco search relies on the endpoint. If you use a nuget v2 url, we'll use v2, if you use a v3 source (meaning the url ends in index.json, we'll use v3.


  • inedo-engineer

    @steviecoaster @imm0rtalsupp0rt in the screenshot above it's not clear what API is being used, what queries are being made, and what's expected -- if you could provide us with that, we could troubleshoot this very quickly



  • We're working on putting all the data together to share :)



  • @stevedennis I'm happy to provide any additional information you'd like. Do you have a preferred location where I can upload the Fiddler files?



  • @stevedennis I have the individual sessions that I can post here, as well as the full .SAZ file if you'd like to load it yourself.

    This session is searching the ChocoPackages ProGet feed and finding one package with three versions. This feed only has the chocolatey package in it, but at versions 2.4.3, 2.5.0-beta-20250707-2540, and 2.5.0.

    GET https://chocoserver:8625/nuget/ChocoPackages/v3/search?q=&skip=0&take=30&prerelease=true&semVerLevel=2.0.0 HTTP/1.1
    X-NuGet-Session-Id: cb98f5bc-f0f7-41a9-bb7b-40659329b97a
    user-agent: Chocolatey Command Line/2.5.0 Chocolatey Licensed Command Line/6.3.1 (Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.22631.0)
    X-NuGet-Client-Version: 6.4.1
    Accept-Language: en-US
    Host: chocoserver:8625
    Accept-Encoding: gzip, deflate
    
    
    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 3661
    Content-Type: application/json
    Server: Microsoft-IIS/10.0
    X-ProGet-Version: 24.0.39.3
    X-ProGet-Edition: free
    X-Powered-By: ASP.NET
    Date: Fri, 11 Jul 2025 16:45:29 GMT
    
    {"totalHits":1,"data":[{"id":"chocolatey","version":"2.5.0","description":"Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer.\r\n\r\nChocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction.\r\n\r\nYou can host your own sources and add them to Chocolatey, you can extend Chocolatey\u0027s capabilities, and folks, it\u0027s only going to get better.\r\n\r\n### Information\r\n\r\n- [Chocolatey Website and Community Package Repository](https://community.chocolatey.org)\r\n- [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status)\r\n- [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey)\r\n- [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4\u0026id=73b018498d)\r\n- [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support)\r\n\r\n### Commands\r\n\r\nThere are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common:\r\n\r\n- Help - choco --help or choco command --help\r\n- Search - choco search something\r\n- List - choco list\r\n- Config - choco config list\r\n- Install - choco install baretail\r\n- Pin - choco pin windirstat\r\n- Outdated - choco outdated\r\n- Upgrade - choco upgrade baretail\r\n- Uninstall - choco uninstall baretail\r\n\r\n#### Alternative installation sources:\r\n\r\n- Install ruby gem - choco install compass -source ruby\r\n- Install python egg - choco install sphynx -source python\r\n- Install windows feature - choco install IIS -source windowsfeatures\r\n\r\n#### More\r\n\r\nFor more advanced commands and switches, use \u0060choco --help\u0060 or \u0060choco command --help\u0060. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package.\r\n\r\n### Create Packages?\r\n\r\nWe have some great guidance on how to do that. Where? I\u0027ll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages)\r\n\r\nIn that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).","versions":[{"version":"2.4.3","downloads":0},{"version":"2.5.0-beta-20250707-2540","downloads":0},{"version":"2.5.0","downloads":0}],"authors":["Chocolatey Software"," Inc"],"packageTypes":[{"name":"Dependency"}],"iconUrl":"https://chocolatey.org/assets/images/nupkg/chocolateyicon.png","licenseUrl":"https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE","owners":"Rob Reynolds","projectUrl":"https://github.com/chocolatey/choco","registration":"https://chocoserver:8625/nuget/ChocoPackages/v3/registrations/chocolatey/index.json","summary":"Chocolatey is the package manager for Windows (like apt-get but for Windows)","tags":"tags","title":"Chocolatey","totalDownloads":0}]}
    

    This session is searching the ChocoProd ProGet feed and finding three packages. This feed has the dotnetfx, KB2919355 and the vcredist140 packages.

    GET https://chocoserver:8625/nuget/ChocoProd/v3/search?q=&skip=0&take=30&prerelease=true&semVerLevel=2.0.0 HTTP/1.1
    X-NuGet-Session-Id: b9862658-638c-40f5-b2e1-d73720ef8ee6
    user-agent: Chocolatey Command Line/2.5.0 Chocolatey Licensed Command Line/6.3.1 (Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.22631.0)
    X-NuGet-Client-Version: 6.4.1
    Accept-Language: en-US
    Host: chocoserver:8625
    Accept-Encoding: gzip, deflate
    
    
    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 6341
    Content-Type: application/json
    Server: Microsoft-IIS/10.0
    X-ProGet-Version: 24.0.39.3
    X-ProGet-Edition: free
    X-Powered-By: ASP.NET
    Date: Fri, 11 Jul 2025 16:45:39 GMT
    
    {"totalHits":3,"data":[{"id":"dotnetfx","version":"4.8.0.20220524","description":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards.\r\n\r\nThe .NET Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F#, and Visual Basic.\r\n\r\nSupported Windows Client versions: Windows 10 version 1903, Windows 10 version 1809, Windows 10 version 1803, Windows 10 version 1709, Windows 10 version 1703, Windows 10 version 1607, Windows 8.1, Windows 7 SP1\r\n\r\nSupported Windows Server versions: Windows Server 2019, Windows Server version 1803, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1\r\n\r\nThe matching Developer Pack can be installed using [this package](https://chocolatey.org/packages/netfx-4.8-devpack).","versions":[{"version":"4.8.0.20220524","downloads":0}],"authors":"Microsoft","packageTypes":[{"name":"Dependency"}],"iconUrl":"https://rawcdn.githack.com/jberezanski/ChocolateyPackages/f0b24b6aef7a58ec03550035644ce872aba13c23/icons/dotnet.png","licenseUrl":"https://www.microsoft.com/en-us/servicesagreement","owners":"jberezanski","projectUrl":"https://www.microsoft.com/net/","registration":"https://chocoserver:8625/nuget/ChocoProd/v3/registrations/dotnetfx/index.json","summary":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure.","tags":"tags","title":"Microsoft .NET Framework 4.8","totalDownloads":0},{"id":"KB2919355","version":"1.0.20160915","description":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014. In addition to previous updates, it includes features such as improved Internet Explorer 11 compatibility for enterprise applications, usability improvements, extended mobile device management, and improved hardware support.\r\n\r\nAll future security and nonsecurity updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 require this update to be installed.\r\n\r\nOn systems other than Windows 8.1 or Windows Server 2012 R2, this package installs successfully, but does nothing.\r\n\r\nThis update is required to install Visual Studio 2015 on Windows 8.1 or Windows Server 2012 R2.","versions":[{"version":"1.0.20160915","downloads":0}],"authors":"Microsoft","packageTypes":[{"name":"Dependency"}],"iconUrl":"https://assets.onestore.ms/cdnfiles/onestorerolling-1509-17011/shell/v1_2/images/logo/microsoft.png","licenseUrl":"https://support.microsoft.com/en-us/kb/2919355","owners":"Manuel Riezebosch","projectUrl":"https://support.microsoft.com/en-us/kb/2919355","registration":"https://chocoserver:8625/nuget/ChocoProd/v3/registrations/kb2919355/index.json","summary":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014.","tags":"tags","title":"Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 update: April 2014 (KB2919355)","totalDownloads":0},{"id":"vcredist140","version":"14.44.35208","description":"Microsoft Visual C\u002B\u002B Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C\u002B\u002B libraries. These components are required to run C\u002B\u002B applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C\u002B\u002B libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C\u002B\u002B, MFC, C\u002B\u002B AMP, and OpenMP libraries.\r\n\r\nThe Visual C\u002B\u002B Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.\r\n\r\n## Notes\r\n\r\n- [Supported Operating Systems](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements#microsoft-visual-c-2015-2019-redistributable-system-requirements): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2\r\n- On some systems, if KB2999226 is installed as a dependency of this package, the computer may need to be restarted before the installation of this package will succeed.\r\n- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**","versions":[{"version":"14.44.35208","downloads":0}],"authors":"Microsoft","packageTypes":[{"name":"Dependency"}],"iconUrl":"https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png","licenseUrl":"https://visualstudio.microsoft.com/license-terms/mlt031619/","owners":["chocolatey-community","jberezanski"],"projectUrl":"https://visualstudio.microsoft.com/vs/","registration":"https://chocoserver:8625/nuget/ChocoProd/v3/registrations/vcredist140/index.json","summary":"Run-time components that are required to run C\u002B\u002B applications that are built by using Visual Studio 2015-2022","tags":"tags","title":"Microsoft Visual C\u002B\u002B Redistributable for Visual Studio 2015-2022","totalDownloads":0}]}
    

    This session is searching the Choco-All ProGet connector feed for the ChocoPackages and ChocoProd ProGet feeds. It's only finding four packages; the latest chocolatey package and the three packages in the ChocoProd ProGet feed. It should be finding all six packages.

    GET https://chocoserver:8625/nuget/Choco-All/v3/search?q=&skip=0&take=30&prerelease=true&semVerLevel=2.0.0 HTTP/1.1
    X-NuGet-Session-Id: 7d55529e-e979-4cd1-8c1a-41a0e5e42f67
    user-agent: Chocolatey Command Line/2.5.0 Chocolatey Licensed Command Line/6.3.1 (Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.22631.0)
    X-NuGet-Client-Version: 6.4.1
    Accept-Language: en-US
    Host: chocoserver:8625
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive
    
    
    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 9918
    Content-Type: application/json
    Server: Microsoft-IIS/10.0
    X-ProGet-Version: 24.0.39.3
    X-ProGet-Edition: free
    X-Powered-By: ASP.NET
    Date: Fri, 11 Jul 2025 16:45:46 GMT
    
    {"totalHits":0,"data":[{"id":"chocolatey","version":"2.5.0","description":"Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer.\n\nChocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction.\n\nYou can host your own sources and add them to Chocolatey, you can extend Chocolatey\u0027s capabilities, and folks, it\u0027s only going to get better.\n\n### Information\n\n- [Chocolatey Website and Community Package Repository](https://community.chocolatey.org)\n- [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status)\n- [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey)\n- [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4\u0026id=73b018498d)\n- [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support)\n\n### Commands\n\nThere are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common:\n\n- Help - choco --help or choco command --help\n- Search - choco search something\n- List - choco list\n- Config - choco config list\n- Install - choco install baretail\n- Pin - choco pin windirstat\n- Outdated - choco outdated\n- Upgrade - choco upgrade baretail\n- Uninstall - choco uninstall baretail\n\n#### Alternative installation sources:\n\n- Install ruby gem - choco install compass -source ruby\n- Install python egg - choco install sphynx -source python\n- Install windows feature - choco install IIS -source windowsfeatures\n\n#### More\n\nFor more advanced commands and switches, use \u0060choco --help\u0060 or \u0060choco command --help\u0060. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package.\n\n### Create Packages?\n\nWe have some great guidance on how to do that. Where? I\u0027ll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages)\n\nIn that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).","versions":[{"version":"2.5.0","downloads":0}],"authors":["Chocolatey Software","Inc"],"packageTypes":[{"name":"Dependency"}],"iconUrl":"https://chocolatey.org/assets/images/nupkg/chocolateyicon.png","licenseUrl":"https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE","projectUrl":"https://github.com/chocolatey/choco","registration":"https://chocoserver:8625/nuget/Choco-All/v3/registrations/chocolatey/index.json","summary":"Chocolatey is the package manager for Windows (like apt-get but for Windows)","tags":["nuget","apt-get","machine","repository","chocolatey"],"title":"Chocolatey","totalDownloads":0},{"id":"dotnetfx","version":"4.8.0.20220524","description":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards.\n\nThe .NET Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F#, and Visual Basic.\n\nSupported Windows Client versions: Windows 10 version 1903, Windows 10 version 1809, Windows 10 version 1803, Windows 10 version 1709, Windows 10 version 1703, Windows 10 version 1607, Windows 8.1, Windows 7 SP1\n\nSupported Windows Server versions: Windows Server 2019, Windows Server version 1803, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1\n\nThe matching Developer Pack can be installed using [this package](https://chocolatey.org/packages/netfx-4.8-devpack).","versions":[{"version":"4.8.0.20220524","downloads":0}],"authors":"Microsoft","packageTypes":[{"name":"Dependency"}],"iconUrl":"https://rawcdn.githack.com/jberezanski/ChocolateyPackages/f0b24b6aef7a58ec03550035644ce872aba13c23/icons/dotnet.png","licenseUrl":"https://www.microsoft.com/en-us/servicesagreement","projectUrl":"https://www.microsoft.com/net/","registration":"https://chocoserver:8625/nuget/Choco-All/v3/registrations/dotnetfx/index.json","summary":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure.","tags":["microsoft",".net","framework","dotnet","desktop","clr","redistributable","runtime","admin"],"title":"Microsoft .NET Framework 4.8","totalDownloads":0},{"id":"KB2919355","version":"1.0.20160915","description":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014. In addition to previous updates, it includes features such as improved Internet Explorer 11 compatibility for enterprise applications, usability improvements, extended mobile device management, and improved hardware support.\n\nAll future security and nonsecurity updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 require this update to be installed.\n\nOn systems other than Windows 8.1 or Windows Server 2012 R2, this package installs successfully, but does nothing.\n\nThis update is required to install Visual Studio 2015 on Windows 8.1 or Windows Server 2012 R2.","versions":[{"version":"1.0.20160915","downloads":0}],"authors":"Microsoft","packageTypes":[{"name":"Dependency"}],"iconUrl":"https://assets.onestore.ms/cdnfiles/onestorerolling-1509-17011/shell/v1_2/images/logo/microsoft.png","licenseUrl":"https://support.microsoft.com/en-us/kb/2919355","projectUrl":"https://support.microsoft.com/en-us/kb/2919355","registration":"https://chocoserver:8625/nuget/Choco-All/v3/registrations/kb2919355/index.json","summary":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014.","tags":["Microsoft","Visual","Studio","2015","Windows","Update","KB2919355"],"title":"Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 update: April 2014 (KB2919355)","totalDownloads":0},{"id":"vcredist140","version":"14.44.35208","description":"Microsoft Visual C\u002B\u002B Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C\u002B\u002B libraries. These components are required to run C\u002B\u002B applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C\u002B\u002B libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C\u002B\u002B, MFC, C\u002B\u002B AMP, and OpenMP libraries.\n\nThe Visual C\u002B\u002B Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.\n\n## Notes\n\n- [Supported Operating Systems](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements#microsoft-visual-c-2015-2019-redistributable-system-requirements): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2\n- On some systems, if KB2999226 is installed as a dependency of this package, the computer may need to be restarted before the installation of this package will succeed.\n- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**","versions":[{"version":"14.44.35208","downloads":0}],"authors":"Microsoft","packageTypes":[{"name":"Dependency"}],"iconUrl":"https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png","licenseUrl":"https://visualstudio.microsoft.com/license-terms/mlt031619/","projectUrl":"https://visualstudio.microsoft.com/vs/","registration":"https://chocoserver:8625/nuget/Choco-All/v3/registrations/vcredist140/index.json","summary":"Run-time components that are required to run C\u002B\u002B applications that are built by using Visual Studio 2015-2022","tags":["microsoft","visual","c\u002B\u002B","redistributable","140","2015","2017","2019","admin"],"title":"Microsoft Visual C\u002B\u002B Redistributable for Visual Studio 2015-2022","totalDownloads":0}]}
    

    When using the same commands searching Sonatype Nexus feeds, Nexus returns all packages. I can include those searches if you wish.



  • @imm0rtalsupp0rt, it would be good to provide searches across both in case of a weird difference in the URLs. (That shouldn't be the case as this is an api, but I've been staring at code long enough to know that hamsters fall off wheels in the oddest places and most inopportune times!)


  • inedo-engineer

    Thanks @imm0rtalsupp0rt, this is exactly what I was looking for -- I'd like to be clear what's wrong though.

    You're saying the $.data[].versions[] array only contains the latest version, and not all the versions?



  • @steviecoaster I'll include the Nexus searches below.

    This session is searching the ChocoPackages Nexus feed and finding one package with three versions. This feed only has the chocolatey package in it, but at versions 2.4.3, 2.5.0-beta-20250707-2540, and 2.5.0.

    GET https://chocoserver:8443/repository/ChocoPackages/v3/query/beta?q=&skip=0&take=30&prerelease=true&semVerLevel=2.0.0 HTTP/1.1
    X-NuGet-Session-Id: d7e30833-7754-4aec-90bd-d5041485092c
    user-agent: Chocolatey Command Line/2.5.0 Chocolatey Licensed Command Line/6.3.1 (Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.22631.0)
    X-NuGet-Client-Version: 6.4.1
    Accept-Language: en-US
    Accept-Encoding: gzip, deflate
    Authorization: Basic YWRtaW46Q2hvY28yNDAyMA==
    Host: chocoserver:8443
    
    
    HTTP/1.1 200 OK
    Date: Fri, 11 Jul 2025 17:23:41 GMT
    Server: Nexus/3.71.0-06 (OSS)
    X-Content-Type-Options: nosniff
    Content-Security-Policy: sandbox allow-forms allow-modals allow-popups allow-presentation allow-scripts allow-top-navigation
    X-XSS-Protection: 1; mode=block
    Content-Type: application/json
    Content-Length: 3853
    
    {"totalHits":1,"data":[{"id":"chocolatey","version":"2.5.0","description":"Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer.\n\nChocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction.\n\nYou can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better.\n\n### Information\n\n- [Chocolatey Website and Community Package Repository](https://community.chocolatey.org)\n- [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status)\n- [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey)\n- [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&amp;id=73b018498d)\n- [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support)\n\n### Commands\n\nThere are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common:\n\n- Help - choco --help or choco command --help\n- Search - choco search something\n- List - choco list\n- Config - choco config list\n- Install - choco install baretail\n- Pin - choco pin windirstat\n- Outdated - choco outdated\n- Upgrade - choco upgrade baretail\n- Uninstall - choco uninstall baretail\n\n#### Alternative installation sources:\n\n- Install ruby gem - choco install compass -source ruby\n- Install python egg - choco install sphynx -source python\n- Install windows feature - choco install IIS -source windowsfeatures\n\n#### More\n\nFor more advanced commands and switches, use `choco --help` or `choco command --help`. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package.\n\n### Create Packages?\n\nWe have some great guidance on how to do that. Where? I'll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages)\n\nIn that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).","versions":[{"version":"2.5.0-beta-20250707-2540","downloads":0,"@id":"https://chocoserver:8443/repository/ChocoPackages/v3/registration/chocolatey/2.5.0-beta-20250707-2540.json"},{"version":"2.4.3","downloads":0,"@id":"https://chocoserver:8443/repository/ChocoPackages/v3/registration/chocolatey/2.4.3.json"},{"version":"2.5.0","downloads":0,"@id":"https://chocoserver:8443/repository/ChocoPackages/v3/registration/chocolatey/2.5.0.json"}],"authors":["Chocolatey Software, Inc"],"iconUrl":"https://chocolatey.org/assets/images/nupkg/chocolateyicon.png","licenseUrl":"https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE","projectUrl":"https://github.com/chocolatey/choco","registration":"https://chocoserver:8443/repository/ChocoPackages/v3/registration/chocolatey/index.json","summary":"Chocolatey is the package manager for Windows (like apt-get but for Windows)","tags":["nuget","apt-get","machine","repository","chocolatey"],"title":"Chocolatey","totalDownloads":0,"verified":false}]}
    

    This session is searching the ChocoProd Nexus feed and finding three packages. This feed has the dotnetfx, KB2919355 and the vcredist140 packages.

    GET https://chocoserver:8443/repository/ChocoProd/v3/query/beta?q=&skip=0&take=30&prerelease=true&semVerLevel=2.0.0 HTTP/1.1
    X-NuGet-Session-Id: 4df200f6-2f32-4cb5-a0f7-7d4cde4d36b0
    user-agent: Chocolatey Command Line/2.5.0 Chocolatey Licensed Command Line/6.3.1 (Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.22631.0)
    X-NuGet-Client-Version: 6.4.1
    Accept-Language: en-US
    Accept-Encoding: gzip, deflate
    Authorization: Basic YWRtaW46Q2hvY28yNDAyMA==
    Host: chocoserver:8443
    
    
    HTTP/1.1 200 OK
    Date: Fri, 11 Jul 2025 17:23:49 GMT
    Server: Nexus/3.71.0-06 (OSS)
    X-Content-Type-Options: nosniff
    Content-Security-Policy: sandbox allow-forms allow-modals allow-popups allow-presentation allow-scripts allow-top-navigation
    X-XSS-Protection: 1; mode=block
    Content-Type: application/json
    Content-Length: 6578
    
    {"totalHits":3,"data":[{"id":"dotnetfx","version":"4.8.0.20220524","description":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards.\n\nThe .NET Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F#, and Visual Basic.\n\nSupported Windows Client versions: Windows 10 version 1903, Windows 10 version 1809, Windows 10 version 1803, Windows 10 version 1709, Windows 10 version 1703, Windows 10 version 1607, Windows 8.1, Windows 7 SP1\n\nSupported Windows Server versions: Windows Server 2019, Windows Server version 1803, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1\n\nThe matching Developer Pack can be installed using [this package](https://chocolatey.org/packages/netfx-4.8-devpack).","versions":[{"version":"4.8.0.20220524","downloads":0,"@id":"https://chocoserver:8443/repository/ChocoProd/v3/registration/dotnetfx/4.8.0.20220524.json"}],"authors":["Microsoft"],"iconUrl":"https://rawcdn.githack.com/jberezanski/ChocolateyPackages/f0b24b6aef7a58ec03550035644ce872aba13c23/icons/dotnet.png","licenseUrl":"https://www.microsoft.com/en-us/servicesagreement","projectUrl":"https://www.microsoft.com/net/","registration":"https://chocoserver:8443/repository/ChocoProd/v3/registration/dotnetfx/index.json","summary":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure.","tags":["microsoft",".net","framework","dotnet","desktop","clr","redistributable","runtime","admin"],"title":"Microsoft .NET Framework 4.8","totalDownloads":0,"verified":false},{"id":"KB2919355","version":"1.0.20160915","description":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014. In addition to previous updates, it includes features such as improved Internet Explorer 11 compatibility for enterprise applications, usability improvements, extended mobile device management, and improved hardware support.\n\nAll future security and nonsecurity updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 require this update to be installed.\n\nOn systems other than Windows 8.1 or Windows Server 2012 R2, this package installs successfully, but does nothing.\n\nThis update is required to install Visual Studio 2015 on Windows 8.1 or Windows Server 2012 R2.","versions":[{"version":"1.0.20160915","downloads":0,"@id":"https://chocoserver:8443/repository/ChocoProd/v3/registration/kb2919355/1.0.20160915.json"}],"authors":["Microsoft"],"iconUrl":"https://assets.onestore.ms/cdnfiles/onestorerolling-1509-17011/shell/v1_2/images/logo/microsoft.png","licenseUrl":"https://support.microsoft.com/en-us/kb/2919355","projectUrl":"https://support.microsoft.com/en-us/kb/2919355","registration":"https://chocoserver:8443/repository/ChocoProd/v3/registration/kb2919355/index.json","summary":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014.","tags":["Microsoft","Visual","Studio","2015","Windows","Update","KB2919355"],"title":"Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 update: April 2014 (KB2919355)","totalDownloads":0,"verified":false},{"id":"vcredist140","version":"14.44.35208","description":"Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.\n\nThe Visual C++ Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.\n\n## Notes\n\n- [Supported Operating Systems](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements#microsoft-visual-c-2015-2019-redistributable-system-requirements): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2\n- On some systems, if KB2999226 is installed as a dependency of this package, the computer may need to be restarted before the installation of this package will succeed.\n- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**","versions":[{"version":"14.44.35208","downloads":0,"@id":"https://chocoserver:8443/repository/ChocoProd/v3/registration/vcredist140/14.44.35208.json"}],"authors":["Microsoft"],"iconUrl":"https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png","licenseUrl":"https://visualstudio.microsoft.com/license-terms/mlt031619/","projectUrl":"https://visualstudio.microsoft.com/vs/","registration":"https://chocoserver:8443/repository/ChocoProd/v3/registration/vcredist140/index.json","summary":"Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022","tags":["microsoft","visual","c","redistributable","140","2015","2017","2019","admin"],"title":"Microsoft Visual C++ Redistributable for Visual Studio 2015-2022","totalDownloads":0,"verified":false}]}
    

    This session is searching the Choco-All Nexus grouped repository feed for the ChocoPackages and ChocoProd Nexus feeds. It's finding all six packages.

    GET https://chocoserver:8443/repository/Choco-All/v3/query/beta?q=&skip=0&take=30&prerelease=true&semVerLevel=2.0.0 HTTP/1.1
    X-NuGet-Session-Id: 78f65410-58b0-42ae-beae-41fb9324d60d
    user-agent: Chocolatey Command Line/2.5.0 Chocolatey Licensed Command Line/6.3.1 (Chocolatey CLI) via NuGet Client/6.4.1 (Microsoft Windows NT 10.0.22631.0)
    X-NuGet-Client-Version: 6.4.1
    Accept-Language: en-US
    Accept-Encoding: gzip, deflate
    Authorization: Basic YWRtaW46Q2hvY28yNDAyMA==
    Host: chocoserver:8443
    
    
    HTTP/1.1 200 OK
    Date: Fri, 11 Jul 2025 17:23:56 GMT
    Server: Nexus/3.71.0-06 (OSS)
    X-Content-Type-Options: nosniff
    Content-Security-Policy: sandbox allow-forms allow-modals allow-popups allow-presentation allow-scripts allow-top-navigation
    X-XSS-Protection: 1; mode=block
    Content-Type: application/json
    Content-Length: 10411
    
    {"totalHits":4,"data":[{"id":"chocolatey","version":"2.5.0","description":"Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer.\n\nChocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction.\n\nYou can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better.\n\n### Information\n\n- [Chocolatey Website and Community Package Repository](https://community.chocolatey.org)\n- [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status)\n- [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey)\n- [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&amp;id=73b018498d)\n- [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support)\n\n### Commands\n\nThere are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common:\n\n- Help - choco --help or choco command --help\n- Search - choco search something\n- List - choco list\n- Config - choco config list\n- Install - choco install baretail\n- Pin - choco pin windirstat\n- Outdated - choco outdated\n- Upgrade - choco upgrade baretail\n- Uninstall - choco uninstall baretail\n\n#### Alternative installation sources:\n\n- Install ruby gem - choco install compass -source ruby\n- Install python egg - choco install sphynx -source python\n- Install windows feature - choco install IIS -source windowsfeatures\n\n#### More\n\nFor more advanced commands and switches, use `choco --help` or `choco command --help`. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package.\n\n### Create Packages?\n\nWe have some great guidance on how to do that. Where? I'll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages)\n\nIn that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).","versions":[{"version":"2.5.0-beta-20250707-2540","downloads":0,"@id":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/chocolatey/2.5.0-beta-20250707-2540.json"},{"version":"2.4.3","downloads":0,"@id":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/chocolatey/2.4.3.json"},{"version":"2.5.0","downloads":0,"@id":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/chocolatey/2.5.0.json"}],"authors":["Chocolatey Software, Inc"],"iconUrl":"https://chocolatey.org/assets/images/nupkg/chocolateyicon.png","licenseUrl":"https://raw.githubusercontent.com/chocolatey/choco/master/LICENSE","projectUrl":"https://github.com/chocolatey/choco","registration":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/chocolatey/index.json","summary":"Chocolatey is the package manager for Windows (like apt-get but for Windows)","tags":["nuget","apt-get","machine","repository","chocolatey"],"title":"Chocolatey","totalDownloads":0,"verified":false},{"id":"dotnetfx","version":"4.8.0.20220524","description":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure. It consists of the common language runtime (CLR) and the .NET Framework class library, which includes a broad range of functionality and support for many industry standards.\n\nThe .NET Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment. It provides easy-to-use data structures and APIs that abstract the lower-level Windows operating system. You can use a variety of programming languages with the .NET Framework, including C#, F#, and Visual Basic.\n\nSupported Windows Client versions: Windows 10 version 1903, Windows 10 version 1809, Windows 10 version 1803, Windows 10 version 1709, Windows 10 version 1703, Windows 10 version 1607, Windows 8.1, Windows 7 SP1\n\nSupported Windows Server versions: Windows Server 2019, Windows Server version 1803, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 SP1\n\nThe matching Developer Pack can be installed using [this package](https://chocolatey.org/packages/netfx-4.8-devpack).","versions":[{"version":"4.8.0.20220524","downloads":0,"@id":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/dotnetfx/4.8.0.20220524.json"}],"authors":["Microsoft"],"iconUrl":"https://rawcdn.githack.com/jberezanski/ChocolateyPackages/f0b24b6aef7a58ec03550035644ce872aba13c23/icons/dotnet.png","licenseUrl":"https://www.microsoft.com/en-us/servicesagreement","projectUrl":"https://www.microsoft.com/net/","registration":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/dotnetfx/index.json","summary":"The .NET Framework is a development platform for building apps for web, Windows, Windows Phone, Windows Server, and Microsoft Azure.","tags":["microsoft",".net","framework","dotnet","desktop","clr","redistributable","runtime","admin"],"title":"Microsoft .NET Framework 4.8","totalDownloads":0,"verified":false},{"id":"KB2919355","version":"1.0.20160915","description":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014. In addition to previous updates, it includes features such as improved Internet Explorer 11 compatibility for enterprise applications, usability improvements, extended mobile device management, and improved hardware support.\n\nAll future security and nonsecurity updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 require this update to be installed.\n\nOn systems other than Windows 8.1 or Windows Server 2012 R2, this package installs successfully, but does nothing.\n\nThis update is required to install Visual Studio 2015 on Windows 8.1 or Windows Server 2012 R2.","versions":[{"version":"1.0.20160915","downloads":0,"@id":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/kb2919355/1.0.20160915.json"}],"authors":["Microsoft"],"iconUrl":"https://assets.onestore.ms/cdnfiles/onestorerolling-1509-17011/shell/v1_2/images/logo/microsoft.png","licenseUrl":"https://support.microsoft.com/en-us/kb/2919355","projectUrl":"https://support.microsoft.com/en-us/kb/2919355","registration":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/kb2919355/index.json","summary":"This update is a cumulative update that includes the security updates and the non-security updates for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 that were released before March 2014.","tags":["Microsoft","Visual","Studio","2015","Windows","Update","KB2919355"],"title":"Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2 update: April 2014 (KB2919355)","totalDownloads":0,"verified":false},{"id":"vcredist140","version":"14.44.35208","description":"Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 installs run-time components of Visual C++ libraries. These components are required to run C++ applications that are developed using Visual Studio 2015-2022 and link dynamically to Visual C++ libraries. The packages can be used to run such applications on a computer even if it does not have Visual Studio 2015-2022 installed. These packages also install run-time components of C Runtime (CRT), Standard C++, MFC, C++ AMP, and OpenMP libraries.\n\nThe Visual C++ Redistributable for Visual Studio 2015-2022 consists of files vcruntime140.dll, msvcp140.dll, vcomp140.dll, vcamp140.dll, mfc140.dll and other.\n\n## Notes\n\n- [Supported Operating Systems](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements#microsoft-visual-c-2015-2019-redistributable-system-requirements): Windows 10, Windows 8.1 / Server 2012 R2 (with KB2919355), Windows 8 / Windows Server 2012, Windows 7 SP1 (with KB3033929) / Server 2008 R2 SP1, Windows Vista SP2 / Server 2008 SP2, Windows XP SP3 / Windows Server 2003 SP2\n- On some systems, if KB2999226 is installed as a dependency of this package, the computer may need to be restarted before the installation of this package will succeed.\n- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**","versions":[{"version":"14.44.35208","downloads":0,"@id":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/vcredist140/14.44.35208.json"}],"authors":["Microsoft"],"iconUrl":"https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@d8a28da83b3b9bf058e1fbbeed5ce74329b73245/icons/vcredist140.png","licenseUrl":"https://visualstudio.microsoft.com/license-terms/mlt031619/","projectUrl":"https://visualstudio.microsoft.com/vs/","registration":"https://chocoserver:8443/repository/Choco-All/v3/registration/0/vcredist140/index.json","summary":"Run-time components that are required to run C++ applications that are built by using Visual Studio 2015-2022","tags":["microsoft","visual","c","redistributable","140","2015","2017","2019","admin"],"title":"Microsoft Visual C++ Redistributable for Visual Studio 2015-2022","totalDownloads":0,"verified":false}]}
    

    Please let me know if I can help further!


  • inedo-engineer

    Hi @imm0rtalsupp0rt ,

    Thanks - I was able to reproduce this issue. It's some long-standing behavior / bug, and not a trivial fix.

    We will see about fixing it in the upcoming maintenance release (PG-3048), but it's lower priority and will likely get pushed back a few releases.

    Cheers,

    Alana



  • Hey @atripp,

    Thanks for the update! We've got a lot of customers moving from Sonatype to Inedo. How many of those will use connectors is unknown. Thanks for linking to your internal issue for this. We can provide that to customers so they can see the status of the fix.


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation