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!

  • 0 Votes
    11 Posts
    99 Views
    ?
    Ah; well, that would explain it :) Your PDB files contain no links to source files, which VS and ProGet are unable o index/locate them. This means you'll need to adjust your complication process to incluse them. A quick search surfaced this article, which may be of assistance: Correctly Creating Native C++ Release Build PDBs. Please do post an update if you find the issue/setting in your project/build file that prevented this from happening.
  • API and NuGet packages

    Support proget api packages
    6
    0 Votes
    6 Posts
    41 Views
    ?
    Actually, one more comment re: this. It appears that the package ID is synonymous with its name. I thought there was a separate ID value. When I grabbed all packages and versions and tried to serialize in PowerShell, it failed due to the size of the content, so it was good to discover that I can query for the specific package name/ID.
  • Bower Chaching

    Support proget feeds
    3
    0 Votes
    3 Posts
    4 Views
    ?
    Hi, Same question here: http://inedo.com/support/questions/3738. The git repo itself is worth caching for enterprise needs. Actually our developers checkin in the bower_components directory into their git repos, because of the "fear" that the public git repo is getting unavailable. As I can see, https://www.npmjs.com/package/private-bower has this feature. Regards Marco
  • Symbol Server with nuget native packets

    Support symbols nuget proget
    4
    0 Votes
    4 Posts
    17 Views
    ?
    If you don't specify the symbols option, but include everything in a src directory, then it will work. Keep in mind a NuGet package is just a zip file, so if you're having trouble using nuget.exe with nuspec files and native packages, then you might find it easier to workaround by creating the zip file. Just remember to follow the conventions.
  • Support for NuGet v3

    Support feeds nuget proget
    7
    0 Votes
    7 Posts
    17 Views
    ?
    Well, the NuGet API version is totally unrelated; and regarding the v3 API, it's still not stable/public yet, but they are planning a stable/public API at some point in the future (no ETA). Regarding SemVer v2 support for NuGet packages/feeds, tut The NuGet team reports they may support it in v3.5 or v3.6; if/when that happens, we'll add support for it in ProGet's NuGet feed.
  • ProGet Free Version

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    We do same in our company. I download Proget from here http://inedo.com/proget/versions and the free verion option is available.
  • Error 400 when attempting to manage packages

    Support visual-studio proget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    This sounds like it's an issue with your workstation communicating with the server; the 400 indicates a problem with WIndows/NTLM authentication. That's not done by ProGet, but it's handled by IIS/Windows. It could be a whole lot of things, from system clock being off by a few minutes to domain/security issues. Unfortunately there's not a whole lot we can help with, though i'd suggest to search "Windows Auth not working" while including specific messages you're seeing, and try to narrow down form there. Please share what you find, as someone else might come across the same configuration problem.
  • Private Bower repo

    Support proget
    2
    0 Votes
    2 Posts
    2 Views
    ?
    ProGet can host a Bower repo, but a Bower repo is really nothing more than a name/url mapping that points to a Git repo. The packages themselves remain stored in a Git repo. To proxy everything, you'd need to set up a local Git repository and change the ProGet package URL for that package to refer to the local copy.
  • Creating a public Nuget feed

    Support proget
    6
    0 Votes
    6 Posts
    5 Views
    C
    Good to know as well on this side. Now I know how not to have configuration errors drive me nuts. Now I just have to figure out how I'm going to do this ... Looks like my network will need two ProGet servers ...
  • How to migrate to different server?

    Support installation proget
    2
    0 Votes
    2 Posts
    44 Views
    ?
    For the database, that should work fine. If you have packages stored on the local filesystem of the server, they'll have to be migrated over and kept in the same structure, otherwise the feed storage paths would have to be updated. If the database PackagesRootPath is configured to a UNC path or mapped drive, then as long as that path is accessible from the new server you should be good to go.
  • Change API Endpoint URL

    Support proget
    4
    0 Votes
    4 Posts
    39 Views
    ?
    On version 5.1.17 this setting is called Web.BaseUrl
  • ProGet Startpage Privileges Problem

    Support proget
    10
    0 Votes
    10 Posts
    20 Views
    ?
    Hi Tod, sorry my falled your workaround is working thx
  • NPM Feed not caching remote private remote repositories

    Support proget npm
    3
    0 Votes
    3 Posts
    7 Views
    ?
    This issue has been resolved in ProGet 3.8.1.
  • Free version limitation

    Support proget
    2
    0 Votes
    2 Posts
    1 Views
    ?
    Please see ProGet Features By Edition for more information.
  • 0 Votes
    3 Posts
    252 Views
    ?
    Thanks. Removing \SQLEXPRESS fixed it. -Michael
  • Visual Studio can't find the source...

    Support nuget proget source symbols
    4
    0 Votes
    4 Posts
    171 Views
    ?
    Upgraded to 3.7.4 and the problem is fixed. Thanks.
  • Performance of Nuget feed

    Support proget net microsoft nuget
    2
    0 Votes
    2 Posts
    5 Views
    ?
    Yes, most definitely. See KB#1072 - ProGet vs. NuGet.Server
  • Rubygems feeds

    Support feeds ruby proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    It's not possible to add a new feed type via the SDK, but it's for sure on our roadmap.
  • 0 Votes
    4 Posts
    99 Views
    ?
    It would be good to clarify the "Symbol and Source Server" document you linked to explain that you don't actually just want to push the symbols package; you want to push a package that contains everything. The way the document currently reads, which is why I got hung up, is that it talks about the two different packages - non-symbols vs. symbols - and then later says to only push the symbol package which is wrong. Symbol packages built with -Symbols don't include content files. I recognize the race condition issue, but the description that symbols packages only differ by adding symbols and source is incorrect. The typical symbol package only has symbols and source.
  • Internal error while deleting NPM feed

    Support proget
    2
    0 Votes
    2 Posts
    9 Views
    ?
    We'll fix this in ProGet 3.7.4. For now, you can mark the feed as inactive to disable it. If you need to delete it, I can send you a patch to fix your installation.