Navigation

    Inedo Community Forums

    Forums

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

    • H

      Administration Overview complains about Windows integrated authentication
      Support • proget iis integrated-web-server • • harald.s.hanssen_9685  

      2
      0
      Votes
      2
      Posts
      17
      Views

      ?

      Noticed this is already reported https://inedo.com/support/questions/8463
    • T

      NuGet v3 api support for connectors
      Support • proget nuget • • thsk_0336  

      2
      0
      Votes
      2
      Posts
      48
      Views

      atripp

      Actually, the API isn't really any faster or slower. If you find it faster to query NuGet.org's "v3" API endpoint, the reason is that it's a static index hosted on a massive Azure server farm. Your ProGet server is considerably less powerful. In addition, ProGet has connectors, authentication, package filtering, etc., and it would never be feasible or useful to generate a static index like NuGet.org does. However, it is on our 2019 roadmap to implement this API, possibly as a new feed type or as an alternate API endpoint for an existing feed. But even so, if you need performance, you may still need likely need to stand up several ProGet servers in a load-balanced manner. See How to Prevent Server Overload in ProGet to learn more.
    • ?

      Proget installation error "Cannot stop INEDOPROGETWEBSVC service on computer "
      Support • proget • • Chris Crutchfield  

      8
      0
      Votes
      8
      Posts
      47
      Views

      atripp

      Try stopping the service before running the installer, then it should work.
    • J

      Bug in 5.0.10
      Support • proget bug • • john.b_3261  

      2
      0
      Votes
      2
      Posts
      16
      Views

      atripp

      Hello; thanks for the report, this has been filed as PG-1229
    • ?

      Deleting cached remote connector items
      Support • proget feeds connectors • • Chris Crutchfield  

      2
      0
      Votes
      2
      Posts
      22
      Views

      atripp

      The "remote icon" means that there is a package entry in a remote server. If you're continuing to see it, then it may take a little bit for the connector metadata (in memory)cache to be cleared. You could always stop/start the webservice, and then this will go away.
    • ?

      Source Binding Issue
      Support • proget symbols • • Chris Crutchfield  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      Please have your colleague follow the instructions in Source and Symbol Serving; it's easy to miss one small detail, and then in this case, it won't work.
    • ?

      Delete chocolatey package with API
      Support • proget • • Chris Crutchfield  

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

      Could not index source files for Legacy.CommonClassLibrary.pdb; returning unindexed pdb.
      Support • proget nuget symbols • • jjohnson_9205  

      5
      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.
    • J

      SET TRANSACTION ISOLATION LEVEL must be called before any query
      Support • proget nuget symbols • • jjohnson_9205  

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

      Error 500 on accessing a ProGet feed
      Support • proget • • jozsef.fa_9971  

      2
      0
      Votes
      2
      Posts
      28
      Views

      atripp

      Please share the full stack trace / message under Admin > Message Center.
    • J

      Impossible to Push Packages to NuGet Feed
      Support • proget nuget • • jjohnson_9205  

      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
    • J

      Question About: https://inedo.com/support/questions/8240
      Support • proget • • jjohnson_9205  

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

      Semver2 package leading to error
      Support • proget • • thsk_0336  

      3
      0
      Votes
      3
      Posts
      4
      Views

      ben

      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 buildmaster nuget publishing • • Chris Crutchfield  

      2
      0
      Votes
      2
      Posts
      14
      Views

      ben

      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 • proget api promotions • • Chris Crutchfield  

      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 • • Chris Crutchfield  

      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 • • Chris Crutchfield  

      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 • • Chris Crutchfield  

      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 • • Chris Crutchfield  

      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 • • Chris Crutchfield  

      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
    • 1
    • 2
    • 18
    • 19
    • 20
    • 21
    • 22
    • 79
    • 80
    • 20 / 80