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!

  • Npm feed- readme.md

    Support proget npm
    3
    0 Votes
    3 Posts
    8 Views
    ?
    Hi, the package is superagent-mocker 0.3.0 fetched from registry.npmjs.org: see display in the npmjs.org : display of superagent-mocker 0.3.0 in npmjs org see display in proget
  • Nuget install Error

    Support proget install nuget
    2
    0 Votes
    2 Posts
    3 Views
    ?
    When I trying after remove all connectors, NuGet.exe install command works without any exceptions. :(
  • 0 Votes
    2 Posts
    7 Views
    ?
    You do have to check the "remove the database and packages" options in the uninstaller, so if you did that it should have done just that, unless some error occurred or something like that. It's hard to say why things weren't removed in this case, but it's hopefully easy enough to manually remove if it didn't work. We'd rather there be a bug in not removing, instead of a bug in removing when you didn't want it to :)
  • Unable to create chocolatey connectors

    Support connectors proget
    3
    0 Votes
    3 Posts
    3 Views
    ?
    Thanks!! Works like a charm
  • Problems with NPM connector

    Support error connectors npm proget
    4
    0 Votes
    4 Posts
    26 Views
    ?
    Dismiss my recent answer It works fine At some point the connector was removed from the feed which explains why nothing got listed even though the connector was fine. I'm really sorry for this! Thanks for the support!
  • Problems with 4.06 with Users

    Support proget
    3
    0 Votes
    3 Posts
    0 Views
    ?
    Thank you for the report - this will be resolved in v4.0.7 due out later today.
  • 0 Votes
    4 Posts
    26 Views
    ?
    Today it's working fine. So definitely a temporary outage on nuget.org.
  • Rest API Support

    Support proget
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Yes, please see the Get the Complete List of Connected Feeds Using the ProGet JSON API tutorial for a walkthru of how to use it.
  • SecuredTaskDeniedException when managing feeds

    Support proget error feeds
    2
    0 Votes
    2 Posts
    7 Views
    ?
    Thank you for the report - this will be resolved in v4.0.7 which is due out later today.
  • Issue List 4.0.6

    Support proget feeds packages
    4
    0 Votes
    4 Posts
    9 Views
    ?
    RE: Retention Policies - those checkboxes are filters against the set of all packages, so if none are checked, then all packages would be deleted. Each checked box adds an additional restriction to or limits what would be deleted.
  • Ability to Pull In "Cached" Packages

    Support packages proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Caching is desigend to be transparent, so this is not currently an option. Of course there are a handful of ways to accomplish the behavior using a script, custom package store, package adapter via SDK, etc., would appreciate you sharing the method you use :)
  • Symbols for libraries (.lib)

    Support proget
    4
    0 Votes
    4 Posts
    2 Views
    ?
    Has .lib files been tested as yet? We are experiencing the same problem with the source server. Can we please get confirmation if this is supported?
  • External Nuget feed added doesn't show packages

    Support proget
    6
    0 Votes
    6 Posts
    27 Views
    ?
    I'm not sure what http://SERVER/ is? Is it a NuGet.Server instance? In that case, then http://SERVER/ would be the NuGet API endpoint. That's what you need to enter on ProGet. /api/v2 is the default endpoint on NuGet.org.
  • Performance Improvements/Changes in v4.0

    Support proget performance
    2
    0 Votes
    2 Posts
    8 Views
    ?
    Sure, here are the main ones as of v4.0.6 which we released ealier today: OData output caching may be optionally configured in Advanced Settings that should improve package installation performance since the NuGet client (both .exe and VS extension as of v3.3.0) always issues 2 identical requests when querying for package data or downloading packages ProGet now respects the NuGet client's Accept-Encoding header which has recently added gzip; this may reduce package download times considerably Currently, the biggest bottlenecks on performance are related to connectors reaching out to NuGet.org, especially when combined with connector filters. Connector filters especially may cause slowdowns if the connected NuGet feed does not optimize the OData "startsWith" filter. In a future version, we are planning to have scheduled tasks index NuGet.org so that connectors can be filtered in ProGet's database, which will be instant in comparison to a basic 3-filter connector query.
  • 0 Votes
    7 Posts
    169 Views
    ?
    Update! This has been fixed in ProGet 4.0.6
  • Installation in Asure

    Support update azure proget proget-installation
    3
    0 Votes
    3 Posts
    22 Views
    ?
    Thanks Alana, I will have to run the install as a service account to make sure it has access to SQL. I didn't expect it connects to SQL server as it unpacks the resources. So, it didn't cross my mind that this would be an issue. I have not yet validated if the issue is resolved, but I am 99% sure it will be. I will reply to the post once I confirm it.
  • ProGet: Problems creating Maven M2 mirrors

    Support proget
    4
    0 Votes
    4 Posts
    17 Views
    atrippA
    You can mirror ProGet feeds, but we don't have a Maven <> Maven repository option just yet.
  • Do you provide reseller discount?

    Support licensing proget otter buildmaster
    2
    0 Votes
    2 Posts
    3 Views
    ?
    Although we do not provide a reseller discount, we do work with quite a few software resellers who purchase on behalf of their clients, as those clients prefer to have a single source for all procurement. If, as a reseller, you purchase directly from the MyInedo portal, just contact us with the end-user information, and we will update the licensing information. You can also submit a quote request as needed.
  • Symbol Server is returning an old PDB

    Support proget symbols
    7
    0 Votes
    7 Posts
    29 Views
    ?
    Wow, great find :) This will be addressed in the next maintenance version.
  • 0 Votes
    2 Posts
    11 Views
    ?
    You could use a different workflow (or in v5, "pipelines" as they will be called)... and then have a different build importer/feed on each. Alternatively, you could not use the build importer, and just have a build step download the package and incorporate it as an artifact.