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!

  • Turning off update check for ProGet?

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    Just go to Advanced Settings under Admin, change the UpdateCheck_Next value to an empty string, and click Save Changes. That should disable automatic update checking.
  • ProGet behind proxy

    Support proget proxy
    6
    0 Votes
    6 Posts
    97 Views
    ?
    We don't, so that means probably in the next week or so; unfortunately this has not been a high-enough priority issue to trigger a maintenance release. Once we have that one, we can do another docker/linux build quite easily.
  • An unexpected error has occurred

    Support error proget
    5
    0 Votes
    5 Posts
    2 Views
    ?
    Great, thanks for your help !
  • Problem with Update-Package -reinstall

    Support proget packages
    9
    0 Votes
    9 Posts
    13 Views
    ?
    I just noticed you actually have already released 2.2.5 I confirm that it does resolve our issue. Great support, thank you!
  • 0 Votes
    2 Posts
    11 Views
    ?
    Feeds_DownloadPackage refers to a user downloading a package from the feed (via NuGet client, VS client, etc.) regardless if it's hosted locally or downloaded from a connector. Feeds_PullPackage refers to pulling a package down from a connected feed into the ProGet-hosted feed. There's a button that does this on the package details page.
  • Keeping pdb files in non-symbol packages

    Support proget symbols
    5
    0 Votes
    5 Posts
    4 Views
    ?
    Apologies for the delay, but as of v3.0.3, you can configure your feed so that the PDBs are not stripped out.
  • 0 Votes
    5 Posts
    23 Views
    ?
    We managed to resolve this - it turns out that the proget feeds were being ignored because the version of proget was not compatible with NuGet 2.7.1. An update to the latest version of ProGet resolved the issue. Thanks for the response though! :)
  • (ProGet) Access Feed without roaming user profile

    Support proget privileges
    2
    0 Votes
    2 Posts
    4 Views
    ?
    If the Anonymous user isn't granted privileges for viewing feed and the request doesn't have an auth header then ProGet will return a 401 response for viewing the feed via API. When this happens, NuGet will issue a credential prompt, and resend the request with whatever credentials you enter. Can you do a fiddler trace to see where things are going wrong?
  • Unable to download pacakge hosted on proget

    Support error proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Hello Please ignore my question. The downloaded nupkg file was faulted. Thanks
  • ProGet Symbol server - 404 Error

    Support error symbols proget
    6
    0 Votes
    6 Posts
    17 Views
    ?
    Thanks for the update; we do have a work item (PG-130) for improving indexing of .pdb/source on large packages. This will come in a future version, hopefully soon.
  • Can't delete a package from commandline

    Support proget error
    3
    0 Votes
    3 Posts
    8 Views
    ?
    We actually have two use cases for delete: maintenance scripts (we have beta packages published for each commit so we need to perform periodically cleanup) automatic validation of new ProGet releases (so we can quickly "validate" a new release before move it into production) I know they aren't common use cases but it will be useful.
  • 0 Votes
    4 Posts
    7 Views
    ?
    Does this happen with all packages, or just one package? Can you try pulling a package to the feed (like JQuery), and then deleting it? Can you disable friendly error messages (webCustomErrors=off in advanced config), and post stack trace?
  • Nuget 2.7 exe error

    Support error nuget proget
    6
    0 Votes
    6 Posts
    2 Views
    ?
    I am sorry. The package that still caused problems had a version number like 3.40.0000.0. This seems to bother a nuget 2.7 client, but not a nuget 2.6 client. The problem disappeared when rebuilding the package using the 3.40.0.0 version number.
  • Unexpected behavior in the ProGet Permissions system

    Support proget security
    7
    0 Votes
    7 Posts
    14 Views
    ?
    Hi John, I just tested the fix, and it indeed solves the problem. I am impressed how quickly this was handled! Thanks a lot!
  • Unable to delete connector

    Support proget error
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Hello, We've identified a bug that's causing this.... it will be fixed in ProGet 2.1.3. In the meantime, if you email support at inedo.com, we will send a patch to resolve this. Thanks, Steve
  • Can't order packages by name

    Support visual-studio proget
    4
    0 Votes
    4 Posts
    6 Views
    ?
    Unfortunately that issue PG-119 was moved to a future a release because of the priority of the other issues listed in the release notes: http://inedo.com/proget/release-notes#2.1.3 We will try to get this in 2.1.4.
  • ProGet permissions / 500 Error

    Support proget privileges
    4
    0 Votes
    4 Posts
    10 Views
    ?
    Ah, yes, that is indeed a bug. The home page "Browse" should link to the first available feed. I've logged this as PG-121 and we will fix in a future version of ProGet. The "Feeds" navigation link, however, will show the available packages.
  • 0 Votes
    5 Posts
    18 Views
    ?
    Hey, This is great news! Thanks for getting this sorted out so quickly! Gary
  • Why can't I see symbols feed

    Support symbols proget
    5
    0 Votes
    5 Posts
    16 Views
    ?
    Hello, Thanks for the reply. I have started pushing just the Symbols package, and this seems to be working really well. Thanks Gary
  • Exception pushing a package

    Support proget error
    6
    0 Votes
    6 Posts
    6 Views
    ?
    We uncovered the cases in which it might lock... this should be addressed in ProGet 2.1.2 (released today).