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!

  • Delete chocolatey package with API

    Support proget
    2
    0 Votes
    2 Posts
    33 Views
    ?
    You can use the NuGet API for this purpose; https://docs.microsoft.com/en-us/nuget/api/package-publish-resource#delete-a-package Make sure to replace the feedurl with your ProGet Feed's API Endpoint URL (it will start with /nuget, not /feeds)
  • 0 Votes
    5 Posts
    22 Views
    J
    From what I understand "portable" PDBs were introduced with dotnet core. This is some legacy code that is written in vb.net and is using the full .net framework. As far as I know it is just a traditional windows PDB.
  • 0 Votes
    3 Posts
    34 Views
    J
    We've been holding to v5.0.6 because it appears this issue is still open and was introduced (as far as we can tell) in 5.0.7: https://inedo.com/support/questions/8240 Has this been addressed in the latest build for linux on docker?
  • Error 500 on accessing a ProGet feed

    Support proget
    2
    0 Votes
    2 Posts
    28 Views
    atrippA
    Please share the full stack trace / message under Admin > Message Center.
  • Impossible to Push Packages to NuGet Feed

    Support proget nuget
    2
    0 Votes
    2 Posts
    14 Views
    ?
    They fixed an issue using API keys in the latest version 5.0.9 - https://inedo.myjetbrains.com/youtrack/issue/PG-1211
  • Question About: https://inedo.com/support/questions/8240

    Support proget
    3
    0 Votes
    3 Posts
    11 Views
    J
    So no version of 5.x is usable when pushing to the feed? I was hoping to leverage v5 because of it's SemVar 2.0 support.
  • Semver2 package leading to error

    Support proget
    3
    0 Votes
    3 Posts
    4 Views
    benB
    Hello Thomas, I've filed PG-1223 to fix the UI sending you to the wrong URL and promotion trying to load the package from the wrong filename (the name contains the build metadata, but the promotion code doesn't add it on the source feed).
  • Nuget package version parse failed

    Support proget publishing buildmaster nuget
    2
    0 Votes
    2 Posts
    14 Views
    benB
    Hello Andre, The version number you posted is indeed a valid SemVer2 version number. If you go to the Manage Feed page for the NuGet feed, is there an orange button near the top of the page that says Migrate? If that button is present, the feed is not marked as supporting SemVer2.
  • Are links possible in promotion comments?

    Support api promotions proget
    2
    0 Votes
    2 Posts
    9 Views
    apxltdA
    There isn't currently, but there will be soon! Please see PG-1221 I can't imagine any reason at all this wouldn't be done, and it can go it the next maintenance release assuming it passes code review etc! Thanks much for the specific suggestion!
  • 0 Votes
    3 Posts
    31 Views
    benB
    Hello Emil, If source or symbol stripping is enabled on the NuGet feed, the package you download will be dynamically created. If you add a query parameter ?includeSymbols=Y in the package request, ProGet will give you the original nupkg file, which should have the SHA512 sum from that field.
  • MS SQL Server Requirements

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    T
    The installer sets it to: SQL_Latin1_General_CP1_CI_AS
  • Why is this not a valid version number?

    Support proget packages nuget
    3
    0 Votes
    3 Posts
    12 Views
    benB
    See my response here. In summary, it's not a valid SemVer2 version number because it contains 4 parts before the hyphen, and it's not a valid legacy version number because it contains a . after the hyphen.
  • 0 Votes
    2 Posts
    23 Views
    atrippA
    The Jenkisn Plugin can only be used to upload Universal Pakages to a Universal Feed. You'll need to use Powershell-Publishmodule command to publish to ProGet.
  • 0 Votes
    3 Posts
    11 Views
    ?
    Hey Ben, I've updated my nuspec: <?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <!-- Required elements--> <id>test</id> <version>1.0.0+meta</version> <description>test</description> <authors>tester</authors> <!-- Optional elements --> <!-- ... --> </metadata> <!-- Optional 'files' node --> </package> When I upload a package created from this nuspec, I get this result [image: wcVxklE3d9yVAAAAABJRU5ErkJggg==]
  • Where has NuGet API Key gone from Manage Feed page?

    Support proget
    6
    0 Votes
    6 Posts
    31 Views
    apxltdA
    The behavior your describing is to be expected; basically the API acts as an impersonation token, meaning... if you supply an apikey, and its associated with a user, then it's as if you logged in as that user. So in this case, try this: create a user called ApiUser, and give ApiUser access to myFeed as desired go to the APIKeys and Access Logs screen. create a key and tick Feed API and set Feed API user to ApiUser Assuming myFeed doesn't allow anonymous access (you will need to restrict this from permissions page), then you will need to provide an api key or username/password to access that feed. In this case, just use the key you created. Hope that helps!
  • Sem versioning 2.0

    Support nuget proget
    4
    0 Votes
    4 Posts
    16 Views
    benB
    This was resolved through a ticket, but the answer I posted there will probably be useful to the general public: LegacyNuGetVersion gets called if SemVer2NuGetVersion is unable to parse the version number. In this case, the version number 1.0.27.14-commit.33ed7ba is neither a valid semantic version (SemVer wants 3 parts before the hyphen, but there are 4) nor a valid legacy version (I believe this is because of the . after commit). For SemVer, something like 1.0.27-build.14.commit.33ed7ba would work. A warning, though: if the commit hash contains only digits 0-9 and the first digit is 0, that is not a valid SemVer either. (spec section 9) A SemVer with a hyphen in it is considered to be a pre-release version, so using 1.0.27-build.14+commit.33ed7ba and then removing the -build.* part for the final version of 1.0.27 would work. If the commit hash is put after a plus sign, it also won't have problems with leading zeroes. (spec section 10)
  • 0 Votes
    3 Posts
    14 Views
    atrippA
    Unfortunately this is a bit tricky to give "general" advice on how to fix, but if you can submit a specific test case that we can reproduce as a ticket, we can research and try to reproduce it,.
  • Create Choco feed with the API

    Support feeds proget api
    6
    0 Votes
    6 Posts
    55 Views
    C
    Outstanding, thanks Alex
  • Auto cleaning of pre-releases on certain actions

    Support proget releases nuget
    2
    0 Votes
    2 Posts
    6 Views
    ?
    We use to have a script that auto-unlisted everything. After we switched to the paid version, we found that just using retention rules to clean up pre-release packages after a few days that haven't been downloaded worked a lot better.
  • Proget Upgrade

    Support update proget
    2
    0 Votes
    2 Posts
    61 Views
    ?
    Please check out the ProGet 5.0 Upgrade Notes -- it's got everything in there we're aware of, but please special attention to the bit about NuGet legacy feeds, since there were a lot of questions about it that could have been answered from reading that document.