Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Issue while intergrating Proget with Vor Security
      Support • proget security • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      This particular issue just means that the web server and service cannot communicate; doesn't have much to do with VOR SECURITY, and you can simply resolve it by restarting the web/service.
    • ?

      Inedo Core extension error
      Support • proget • • Attila Kemény  

      7
      0
      Votes
      7
      Posts
      26
      Views

      ?

      To resolve this on our end, I had to use local paths to the extension folders instead of relative in the Advanced Settings page. I was hoping to use relative in our 3 web node NLB environment.
    • ?

      ProGet not enabling Symbol Server after server migration
      Support • proget • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      The /symbols/feed giving a 404 is an expected result; when you visit the page, you will get a 404, but also see instructions on how to configure visual studio. Unfortunately we're not able to reproduce this "unable to check the enable box" error, nor have any idea what might cause it. It's a simple page that sets a flag in the database.
    • ?

      API Key with Asset API
      Support • proget api • • Attila Kemény  

      3
      0
      Votes
      3
      Posts
      17
      Views

      ?

      I'm guessing that you're referring to this from the docs. I'll give it a try. ...Feed API key authentication is performed using HTTP basic authentication. To authenticate using a Feed API key, supply "api" for the user name and the API key for the password. feed api keys
    • ?

      Free version license / usage restrictions
      Support • proget • • Attila Kemény  

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • ?

      Download Button for plain Content in Universal Package Feed
      Support • proget • • Attila Kemény  

      3
      0
      Votes
      3
      Posts
      0
      Views

      ?

      Very nice to hear that. Thanks Alana.
    • ?

      SQL error on Gem push/upload to endpoint
      Support • proget linux ruby • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      Hi Ken, Thanks for contacting us. We are aware of this issue and have traced it to be a bug in a database script, that only affects Linux. The good news is we already have issued a fix for the problem (https://inedo.myjetbrains.com/youtrack/issue/PG-1101), it just needs to be reviewed and tested.
    • ?

      Limit access to feeds in free edition
      Support • proget • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      This would require feed-scoped privileges, which is a paid feature. See Features by Edition for more differences.
    • ?

      One single pdb file not being indexed
      Support • proget symbols • • Attila Kemény  

      4
      0
      Votes
      4
      Posts
      13
      Views

      atripp

      Is it a "Portal PDB"? This is the new format and is not yet supported. If not, then the next step would be for you to submit a ticket with the NuGet package attached so that we can debug the pdb parsing.
    • ?

      When Proget Symbol Server will support .NetCore nuget package?
      Support • proget nuget net • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      11
      Views

      T

      Support for portable PDBs is currently an "open issue", and our initial research found that metadata information was undocumented, however since then it has been: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PortablePdb-Metadata.md Unfortunately at this time we don't have a timetable for if or when this gets implemented, but it is on our list.
    • ?

      Proget package (Nuget) is flattened
      Support • proget nuget • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      15
      Views

      T

      The ProGet server doesn't modify packages, except to strip embedded symbols and source code if that option is enabled on a feed. It certainly doesn't modify a package such that the folder structure is flattened. Are you certain the package isn't flattened on the server, and in addition to that, actually being downloaded from ProGet at all (versus the NuGet cache or something like that)?
    • M

      Official Docker Image
      Support • proget releases • • mattworley_6429  

      4
      0
      Votes
      4
      Posts
      6
      Views

      M

      That's great news. Thanks!
    • ?

      Proget npm feed using HTTP/80 when configured to use HTTPS
      Support • proget npm • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      38
      Views

      atripp

      You will need to open both ports; the npm api uses both HTTP and HTTPS.
    • ?

      How to delete a tag from Docker feed?
      Support • proget • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      You can use the following docker command: docker rmi tag-name
    • ?

      Updating Web nodes in a NLB environment from 4.7.14 to 4.8.2 results in Built In Directory error
      Support • proget • • Attila Kemény  

      3
      0
      Votes
      3
      Posts
      4
      Views

      ?

      Thanks. I was able to resolve this by running the full 4.8.2 installer which appeared to have a minor DB schema change. Once the DB was updated by the installer, ProGet was able to load from the web nodes when updated to the 4.8.2 binaries. I wish there was better documentation on updating ProGet in a NLB enviroment when there are updates to the DB.
    • T

      Packages without any license is blocked
      Support • proget error licensing • • tbl_5153  

      3
      0
      Votes
      3
      Posts
      12
      Views

      T

      Hi Tod That is great news +1 Thanks for the very fast reply and hotfix release, which i look forward to. For now we have stabilised by loading a backup of our Proget server, rolling back to 4.6.7 so we are good for now :-D Regards Thomas
    • ?

      Error pulling image configuration: image config verification failed for digest sha256 after update v.4.17.13 to v.4.8.1
      Support • proget • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      92
      Views

      T

      This was a regression: https://inedo.myjetbrains.com/youtrack/issue/PG-1085 We will have a maintenance release out today to fix this.
    • ?

      NuGet Command Line Push Fails Using AD With Multiple Domains
      Support • proget nuget ldap iis • • Attila Kemény  

      5
      0
      Votes
      5
      Posts
      43
      Views

      ?

      Hi Travis, thank you for the additional update. I was very confused by this as well... the problem is the documentation that says if "LDAP" is enabled... it should say "if Integrated Authentication is enabled then the API key is ignored". When those docs were written, those 2 were 1 in the same. I guess the whole point of this is to never use a feed "NuGet API key" since it duplicates what the "ProGet API keys" already do in terms of authentication.
    • ?

      Configure alternative storage across the board rather than per feed
      Support • proget • • Attila Kemény  

      2
      0
      Votes
      2
      Posts
      4
      Views

      atripp

      This is the first request for such a feature; after v5 ships, we may consider putting this on the roadmap as a feature, depending on if anyone else requests it. These sorts of features may not be worth doing, because they are added complexity, more things to test, and only save a little bit of time during initial set-up.
    • ?

      Symbol not found
      Support • proget nuget symbols • • Attila Kemény  

      4
      0
      Votes
      4
      Posts
      22
      Views

      T

      Just to clarify, .NET PDBs with "full" debugging information (i.e. Windows PDB format) are supported, it is just .NET "portable" format that is currently not supported. Support for portable PDBs is currently an "open issue", and our initial research found that metadata information was undocumented, however since then it has been: https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PortablePdb-Metadata.md Unfortunately at this time we don't have a timetable for if or when this gets implemented.
    • 1
    • 2
    • 26
    • 27
    • 28
    • 29
    • 30
    • 79
    • 80
    • 28 / 80