Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Are links possible in promotion comments?
      Support • proget api promotions • • Victor Hugo Silva  

      2
      0
      Votes
      2
      Posts
      9
      Views

      apxltd

      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!
    • ?

      How is the "PackageHash_SHA512_Bytes" calculated and can be used to validate the package integrity?
      Support • proget nuget api • • Victor Hugo Silva  

      3
      0
      Votes
      3
      Posts
      31
      Views

      ben

      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 • • Victor Hugo Silva  

      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 nuget packages • • Victor Hugo Silva  

      3
      0
      Votes
      3
      Posts
      12
      Views

      ben

      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.
    • ?

      Jenkins plugin, upload a powershell module doesn't work
      Support • proget powershell jenkins • • Victor Hugo Silva  

      2
      0
      Votes
      2
      Posts
      22
      Views

      atripp

      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.
    • ?

      Bug Report: Using Semver2 build metadata with NuGet prevents ProGet from being able to interact with package via Website or nuget.exe
      Support • proget nuget • • Victor Hugo Silva  

      3
      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
    • ?

      Where has NuGet API Key gone from Manage Feed page?
      Support • proget • • Victor Hugo Silva  

      6
      0
      Votes
      6
      Posts
      31
      Views

      apxltd

      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 • proget nuget • • Victor Hugo Silva  

      4
      0
      Votes
      4
      Posts
      16
      Views

      ben

      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)
    • R

      Using connectors in Maven feeds cause ProGet to hang
      Support • proget connectors • • rly_8768  

      3
      0
      Votes
      3
      Posts
      14
      Views

      atripp

      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,.
    • C

      Create Choco feed with the API
      Support • proget api feeds • • clint.jenkinson_0617  

      6
      0
      Votes
      6
      Posts
      55
      Views

      C

      Outstanding, thanks Alex
    • ?

      Auto cleaning of pre-releases on certain actions
      Support • proget nuget releases • • Victor Hugo Silva  

      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 • proget update • • Victor Hugo Silva  

      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.
    • ?

      APT/PyPi Packages Support
      Support • proget linux python • • Victor Hugo Silva  

      3
      0
      Votes
      3
      Posts
      25
      Views

      jrasch

      Both of these package types will be supported in 5.2. PyPI support has now been added and published as a pre-release version of 5.2.0. Visit the ProGet Versions page to download, or get it from the Inedo Hub download.
    • ?

      Upload fails, wants "target"
      Support • proget • • Victor Hugo Silva  

      2
      0
      Votes
      2
      Posts
      3
      Views

      ben

      Hello Bruce, It looks like this can happen when the package store fails to open the file for writing. If you don't have a custom package store set for the UPack feed, make sure Storage.ProGetPackagesLibrary is set to a full path in /administration/advanced-settings and that the ProGet web server process can modify files in that path.
    • C

      ProGet.Service.exe, System.NullReferenceException
      Support • proget error • • claes.hermansson_6271  

      2
      0
      Votes
      2
      Posts
      17
      Views

      ?

      Hmm , it's hard to say. It's just a random crash with no indiciation of a specific error... You should switch to IIS, perhaps then you can get better insight into what might be causing it... or the error might go away altogether.
    • ?

      How to import a jar from ProGet?
      Support • proget buildmaster packages java • • Victor Hugo Silva  

      2
      0
      Votes
      2
      Posts
      12
      Views

      ?

      I think your best bet is really going to be to use Universal Packages for this. That's what they're designed for, and the operations are much easier to use for it. We very recently updated our documentation to give some guidance on this: https://inedo.com/support/documentation/proget/core-concepts/packages NuGet is designed for .NET library files to be used in developing .NET-based software. Maven is similar, but Java; you should use Maven for packaging up Java code that Java developers will use to build other JAva applications. The applications themselves should be packaged in a universal format.
    • ?

      Add feed users on domain level instead of adding individual accounts per feed
      Support • proget • • Victor Hugo Silva  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      You are correct; once you've enable AD-based authentication, you can authorize groups of users to access ProGet.
    • ?

      Symbol Server - Download PDB but not Source Files
      Support • proget symbols source • • Victor Hugo Silva  

      3
      0
      Votes
      3
      Posts
      22
      Views

      ?

      I like it, good idea. I've put in a feature request for it, PG-1213 - so if it's possible to do it easily and in a mainteance release well do it! Stay tuned.
    • ?

      Missing symbols in package
      Support • proget symbols • • Victor Hugo Silva  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      Were on it! THe issue is that it's the "new" symbol format. The feature is PG-1054 and we will ship it in a maintenance release soon :)
    • R

      Extensions are not in Docker volume
      Support • proget • • rly_8768  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ben

      Hello Rickard, The official installation guide creates a volume using docker run -v. You can also extend the ProGet image like this: FROM inedo/proget:5.0.9 RUN mkdir -p /var/proget/extensions RUN curl -sSL -o /var/proget/extensions/InedoCore.upack \ https://inedo.com/den/feed/download/inedox/InedoCore/1.0.3 && \ echo "14f4df63af7b8991390cf77d1f68be55569609f4 *InedoCore.upack" | sha1sum -c (The checksum part is optional, but it will cause the image to fail to build if the file isn't what was expected, which gives you a better guarantee that the same image will be built every time.)
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 79
    • 80
    • 21 / 80