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!

  • Scope support for NPM feed

    Support proget
    3
    0 Votes
    3 Posts
    1 Views
    ?
    Awesome ! It works like a charm ! Thanks !
  • Error Page after version upgrade 4.0.10 to 4.0.11

    Support iis proget
    9
    0 Votes
    9 Posts
    13 Views
    ?
    Looks like a bug caused by accessing certain pages from clients that don't support gzip compression. We'll have this fixed in 4.0.15, which should be released today. Thanks for the detailed report!
  • 0 Votes
    2 Posts
    9 Views
    ?
    This is by design. The "Packages" listing page (/packages) lists the packages (and all the versions) stored on the local server, across all feeds. The "Feed" page (/feeds/FeedName) will show the aggregated view of packages on the local and remote servers, collapsing all the various versions into a single version.
  • Icons for packages...

    Support proget
    4
    0 Votes
    4 Posts
    15 Views
    ?
    I understand... you want the ProGet web server to host/serve the icon files themselves... It's very unlikely we will implement an image/file hosting feature. There are plenty of image/file hosting servers out there, or you could just use a basic IIS site to serve files from disk. Note that, on the NuGet roadmap, there is a feature to store icons in the package, like ProGet's universal packages does, using package://myicon.png; this would simplify things quite a bit.
  • Can't show nuget package that is packed by .net core

    Support proget
    6
    0 Votes
    6 Posts
    1 Views
    ?
    I think I know why, The query shows either targetFramework='unsupported' (for update2 xproj) or targetFramework='DNX451' (for update1 xproj) I think it should use targetFramework='net451'
  • Universal Feed - Render Description Field Markdown

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    This has been logged in our issue tracker - it will be fixed in the next release, which will be v4.0.11. We should have that available early next week. It looks like this was just an oversight on our part.
  • How to use the Web.BaseUrl

    Support proget
    5
    0 Votes
    5 Posts
    35 Views
    ?
    Thanks, this works :)
  • Publish a maven package from command line

    Support proget publishing
    2
    0 Votes
    2 Posts
    9 Views
    ?
    I'm afraid we don't have any tutorials for this ourselves, but there a lot of third-party tutorails out there for using mvn. Here's one that might be helpful, directly from maven project:https://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html
  • Symbols not strip from native packages

    Support proget symbols
    2
    0 Votes
    2 Posts
    6 Views
    ?
    This is by design; symbols work quite weirdly for native packages, and don't follow consistent conventions like .NET packages. So, we can't arbitrarily strip all .pdb files (we only remove them from the /lib path). In this case, we suggest to make a separate symbols feed.
  • 0 Votes
    5 Posts
    99 Views
    J
    Yep, you are awesome. I know this is an old post, but it was my issue as well. Using a nginx proxy for the server. Thank you.
  • License Downgrade

    Support proget licensing
    2
    0 Votes
    2 Posts
    1 Views
    ?
    With any versions of ProGet – from free to Enterprise – you’ll be able to access the repositories but scaling down from Enterprise to basic, or basic to free , you'll lose access to license filtering, feed-level user privileges, and other benefits that many users have come to enjoy, depend on, and take advantage of throughout their use of enterprise or basic ProGet. Very rare are there cases folks want to lose those features but if it's necessary, your team will still be able to access the repositories. Take a look at the full break-down of features and benefits per version here: http://inedo.com/proget/pricing/features-by-edition
  • SSL / https self-hosted ProGet

    Support proget ssl
    3
    0 Votes
    3 Posts
    169 Views
    ?
    Alright, well I did manage to make it work using IIS so at least there is a workaround, however since that was the only thing on that server that needed IIS it's too bad that I had to install and configure it only for that purpose. Thanks.
  • Sporadic issues with npm

    Support error proget npm
    8
    0 Votes
    8 Posts
    19 Views
    ?
    We have been running the update since it has been out and it does look like it has fixed our issues with random failing npm restores. Running my LinqPad test script now (which makes 32 concurrent requests for the same resource), still makes it "fail", but now with a 404 as you described, instead of returning an empty package. (Which is still quite weird behavior IMO...) Thanks for the quick response and help on solving this!
  • 0 Votes
    6 Posts
    55 Views
    T
    As far as I'm aware, the original issue in this thread has been resolved long ago. If there is a new issue with pulling connector packages, please post a new question.
  • Plans to add containers as a repository?

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Yes, but it's not "officially" scheduled as BuildMaster v5 is the top priority at the moment. Here is the roadmap for reference: http://inedo.com/proget/roadmap
  • NuGet packages older .NET versions not visible

    Support proget
    4
    0 Votes
    4 Posts
    3 Views
    ?
    We will explore this further; NuGet 3.4 added new abbrebrivations that we will be supporting in the next maintenance release.
  • 0 Votes
    6 Posts
    251 Views
    ?
    Understood! Thanks for the quick response. Btw, it would also be nice to have a "Clear All" button in the recent errors section, because when we start having a ton of the same error, it fills it up and we can't clear them easily. Thanks again!
  • Npm adduser

    Support proget npm
    2
    0 Votes
    2 Posts
    28 Views
    ?
    You might be getting that message if you have Windows Integrated AUthentication enabled; this is unfortunately not supported in the npm client. Otherwise if you follow the steps in the npm tutorial it should work just fine.
  • NuGet 3.4 breaking changes

    Support visual-studio nuget proget
    10
    0 Votes
    10 Posts
    42 Views
    ?
    This seems to be unrelated; the problem before was that ProGet was not providing a 404 when a package was not found, but instead an empty result. Also, we cannot reproduce this error at all, so it's isolated to yours. As such, please Ask a New Question as not fill this one; and also make sure to provide a stack trace of the 500 error message; this can be found in Admin > Error Logs.
  • Package upload notification.

    Support proget notifiers
    2
    0 Votes
    2 Posts
    9 Views
    ?
    This would require creating an after-push adapter using the sdk. Several folks have done this in their own instances, but we currently don't hav ea tutorial for how exactly to write one;, but the classes should be fairly self-explanatory to assist with this.