Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Authentication using dnx rc1-16231
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      0
      Views

      ?

      This is a known issue in the NuGet client v3.2; it does not support integrated authentication (i.e. 401 challenges). This is supposed to be resolved in NuGet v3.3.
    • ?

      Project.json support
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Yes, but that's because project.json is used client-side; ProGet is really only sent the package id and version, not the project file.
    • ?

      After update proget asking for username and password
      Support • proget security • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      I would suggest to reset your admin password using the ProGet.Service.Exe, there is an option in there. And then try to set-up LDAP again.
    • ?

      Source Server not working when "Strip symbol files" option is turned off
      Support • proget symbols visual-studio source • • Pascal Berger  

      7
      0
      Votes
      7
      Posts
      45
      Views

      ?

      I see, while that works for some projects, not all of our projects uses a build server which complicates the process of deployment. Thanks
    • J

      Connect ProGet to openLDAP
      Support • proget ldap • • jneuharth_9094  

      4
      0
      Votes
      4
      Posts
      15
      Views

      ?

      We don't have a tutorial or guide on creating one, but it basically just involves making a UserDirectory class, and then implementing the methods. Note that in BuildMaster 4.9, we changed the interfaces a bit to be more inline with ProGet. You can use a disassembly tool to see how the current ones work, or request the source.
    • ?

      Can we transfer a license from one server to another?
      Support • proget proget-installation licensing • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      Yes, but note ProGet is licensed for each server it's installed on, so if you keep both servers active, then you'll need an additional license.
    • ?

      Debugging the Package with PDB
      Support • proget • • Pascal Berger  

      4
      0
      Votes
      4
      Posts
      0
      Views

      ?

      It's only a UI issue that's preventing the checkbox from being displayed. Here is the workaround click on the Configure Symbol Server link check "Enable symbol and source server for this feed" uncheck "Strip symbol files from packages downloaded from this feed" uncheck "Enable symbol and source server for this feed" Save
    • ?

      Restricting access for anon user
      Support • proget security • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      12
      Views

      ?

      You can either: not grant Anonymous any privileges (Anonymous does not belong to any groups so it doesn't have any by default) specifically add a Restriction to the Administrator role for Anonymous (this actually means Anonymous is restricted from performing any tasks that an Administrator could do, which is all of them)
    • ?

      How can I programatically detect that a new nuget package has been pushed
      Support • proget • • Pascal Berger  

      3
      0
      Votes
      3
      Posts
      0
      Views

      ?

      Maybe you want to write an Extension for ProGet that is invoked whenever a apackage is pushed to a certain feed. Once triggered, you cando whatever you need to do in your extension.
    • ?

      Unable to access nuget feed from Visual Studio
      Support • proget net • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      23
      Views

      ?

      Hi Matt, I would suggest to attach fiddler, and see what's going on. That XML you pasted is what a NuGet endpoint looks like; from there you can append /Packages to the URL, and see more of the exposed API.
    • ?

      Do you offer ProGet as "Software as a Service" or is it strictly on-premiss install?
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      ProGet is currently on-prem only, though you could install an instance in the cloud quite easily (a lot of people do that). We will likely have a SaaS/hosted version in middle of next year.
    • ?

      SAML / federation support
      Support • proget • • Pascal Berger  

      7
      0
      Votes
      7
      Posts
      41
      Views

      T

      The Active Directory user directory has since been open-sourced here: https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/InedoExtension/UserDirectories/ADUserDirectory.cs
    • ?

      Npm adduser
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      Based on the message, it would appear the registry is not pointing to ProGet, but is instead pointing to npmjs.org. I would do a wireshark or fiddler trace to see where it's actually going, and note what's being passed through.
    • ?

      Proget default installation with local SQL Express
      Support • proget • • Pascal Berger  

      3
      0
      Votes
      3
      Posts
      41
      Views

      ?

      I get the same result with versioin 4.5.1. I try to change the connection string during the install but it still uses the default connection string and not the one I entered. I also tried to set it using the silent option. Then the installer fails without any message at all, not even to the specified log file.
    • ?

      Create private feed using npm
      Support • proget npm authentication • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      17
      Views

      ?

      Unless something has changed, you cannot use Integrated Authentication with npm because the client doesn't support it: http://inedo.com/support/questions/2647 However, if you enable LDAP authentication in ProGet and then disable Integrated Authentication, you'll be able to use your Windows credentials. If it's the backslash that isn't supported, try the Active Directory provider, which supports the user@domain syntax.
    • ?

      Feed URLs
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      There is nothing in ProGet you can change at this time that would get around this. Maybe you could create another website that for example, redirects requests from http://repo.ingresso/nuget/ingresso-nuget to http://nuget.ingresso/ ? I'm not sure how well that would work though as it relies on the clients themselves following redirects. You also may have some luck with IIS URL Rewiting.
    • ?

      Filter by version in Proget Retention Rules
      Support • proget • • Pascal Berger  

      9
      0
      Votes
      9
      Posts
      4
      Views

      jrasch

      We will implement retention policy filtering by version. See the tracking issue here for updates: PG-1278 Hopefully it will be in the official v5.1 release (or soon-after maintenance release) but it may also be there earlier since we are also going to allow pre-release product versions to be downloaded from the Hub installer.
    • ?

      Proget free for our POC
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      1
      Views

      ?

      Yes, that's just fine!
    • ?

      Authentication on connector feeds
      Support • proget • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      3
      Views

      ?

      The connector authentication is for basic auth, if you're using integrate authentication then it may not be required (assuming that it's configured properly on the Windwos/domain side)
    • ?

      PowerShell Gallery Feed
      Support • proget powershell • • Pascal Berger  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      Yes, we are in the investigation phase of adding this feed type. If it turns out it's as simple as sharing the functionality of the NuGet feed, it will be released earlier rather than later, but we do not have a scheduled date yet as to when it will be shipped.
    • 1
    • 2
    • 54
    • 55
    • 56
    • 57
    • 58
    • 79
    • 80
    • 56 / 80