Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Installation of free edition grayed out
      Support • proget proget-installation • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      You can request a free key at https://my.inedo.com/
    • ?

      (Linux) 40P01: deadlock detected during a GET request for NPM package
      Support • proget error postgresql • • Steven McCormack  

      6
      0
      Votes
      6
      Posts
      30
      Views

      ?

      We believe we have fixed this as PG-1377, which will be included in ProGet 5.1.11. Thank you!
    • ?

      How to use ProGet extension to white list a specified package that is being blocked under "License Rules"?
      Support • proget packages licensing sdk • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      16
      Views

      atripp

      I'm afraid I don't really understand the requirements for what you're trying to accomplish... Here are the differences between the two extensibility points: A Package Filter allows all locally-stored ProGet packages to be filtered from being shown in feeds by additional logic. A Package Access Rule Allows for rules to block downloads of packages based on additional logic. The Package Access Rule is used by the Whitesource extension, so you can reference how that works. We don't have any publicly available uses of Package Filters; it was incorporated for a very specific usecase with publicly-available feeds.
    • ?

      How work with virtual packages?
      Support • proget packages • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      It is a working feature, but there are some known issues (PG-1343 and PG-1344) that we will have fixed soon. You can find the documentation here.
    • J

      Pull Docker Images from Remote Connector
      Support • proget • • jrottmann_7642  

      3
      0
      Votes
      3
      Posts
      39
      Views

      I

      Hello, Just following up: The root cause of Windows images from connectors not working is that ProGet was not telling the connector that it supported v2 manifests, and the v1 manifests generated for Windows images by Docker Hub are broken. This is PG-1351.
    • P

      Split Unlist and Delete package permissions
      Support • proget nuget • • phil.kildea_8304  

      2
      0
      Votes
      2
      Posts
      15
      Views

      T

      The tracking issue for this is here: PG-1337
    • ?

      NU3008 The package integrity check failed.
      Support • proget nuget microsoft • • Steven McCormack  

      5
      0
      Votes
      5
      Posts
      174
      Views

      ?

      Of course, modifying a package file (i.e. stripping symbols/source) will cause the hash code to change, which is what the integrity check uses. There's no way around that. The stripping feature is important, because Visual Studio will not use a symbol or source server if the package has embedded symbols in it. You aren't supposed to put these in a nuget.org package, but some people clearly do (as the example above). So, just pick which is more important to you.
    • ?

      Proget Error pushing package with integrated web server installation
      Support • proget • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      3
      Views

      ?

      The problem comes from the anonymous user, after allowing anonymous users to publish on the proget server it works Sylvain
    • ?

      Feeds Anonymous Authentication
      Support • proget • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      2
      Views

      ?

      What errors are they getting? Almost all non-certificate-related issues with HTTPS are related to forcing TLS v1.2 support. See this thread for more information and a resolution: https://inedo.com/support/questions/8831
    • A

      An error occurred in the web application: An error occurred while communicating with the remote host. The error code is 0x80070057
      Support • proget • • antoine.laroche_1750  

      2
      0
      Votes
      2
      Posts
      120
      Views

      ?

      Basically the error message is saying that the client (it appears, your web browser) cancelled the request halfway through completing it. You can reproduce it by, like requesting the URl and quickly closing the browser, or hitting back button, or something. It could also be intermediate equipment that cancelled the request, too. Basically the error means that the response could not be sent because the server can no longer talk to the client(browser). There's no other information that the web server (IIS, in this case) can know. It's not uncommon for a loadbalancer to do this, and you can generally ignore this error in the diagnostic center.
    • M

      ProGet upgrade migrates wrong DB
      Support • proget • • mcole_1967  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      Hi Martin, Thanks for reporting this problem. We do make the standard (old) installer available as well so it can be used in case of bugs like this with the new one. We will issue an update for InedoHub to fix this, but for now you can still use the old installer (available here under the "Traditional Installer" links).
    • E

      Notification when unlisting NuGet package
      Support • proget nuget • • eyalso_2451  

      2
      0
      Votes
      2
      Posts
      8
      Views

      ?

      There is an ountstanding feature for this, and you can follow the progress here: PG-1331
    • ?

      Get error when get npm package
      Support • proget • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      120
      Views

      ?

      The problem was solved when remove dash from package name.
    • ?

      Mix of using API key or built-in username/password and integrated auth for nuget package pushes
      Support • proget • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      "Windows Authentication" is built in to Windows (web server), and is happens below the application layer (i.e. ProGet). It's by design (Microsoft), and the intention is to use domain/service accounts to control access. I'm not sure I see the security hole to be honest, since pushing to a feed isn't that sensitive of an operation. Just don't let these users overwrite/delete packages.
    • ?

      High CPU usage when acceding http://{proget-server}/nuget/nuget/Packages
      Support • proget nuget iis • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      33
      Views

      ?

      Assuming you don't any server misconfiguration or SQL Server latency issues, then the biggest performance bottleneck tends to be the network. Each client/user will make dozens or hundreds of simultaneous requests, often using machines more powerful than the server, and these requests can be expensive... particularly if you're using connectors... because they have to be forwarded to another server. These requests "pile up" and eventually, the underlying infrastructure can't handle it (IIS, network card, etc), and you start getting timeouts like that. This is where load-balancing comes in, and is pretty important in your configuration as you add users and packages. See How to Prevent Server Overload in ProGet to learn more.
    • ?

      Different security settings for different feeds
      Support • proget feeds security • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      12
      Views

      ?

      This is a feature of the paid edition of ProGet; once you have that, you can scope security tasks to specific feeds. Otherwise, everything is global.
    • ?

      PowerShell feed for modules & scripts
      Support • proget powershell • • Steven McCormack  

      3
      0
      Votes
      3
      Posts
      38
      Views

      ?

      My workaround for supporting scripts and modules is to essentially trick it. either specify the source and script source with the fqdn version of the url and then a shortversion of the url or, what I do, set up a iis front end for redirect urls. i.e. if your server name was repos and your domain was mycompany.com then you might set source to repos.mycompany.com:8624/nuget/myrepo and set script source to repos:8624/nuget/myrepo You can list and publish scripts or modules to the same repo and find-script will differentiate from within the repo. The more elegant solution, but more difficult, is to create a dummy website with real or virtual paths that use http redirects to the right sight. So you could set your source to something like repos.mycompany.com/source and that folder would redirect to the path on the different port. That's just a quick summary of the workaround, I realize that, I can provide more thorough examples if you would like.
    • ?

      Connector unable to GET SemVer 2.0.0 package
      Support • proget nuget connectors • • Steven McCormack  

      5
      0
      Votes
      5
      Posts
      58
      Views

      ben

      Hello all, ProGet 5.1.7 fixes an additional issue that was causing SemVer2 NuGet packages to fail to download: PG-1329
    • G

      ProGet update checker gives error (error 411)
      Support • proget update • • g.j.spoelstra_9664  

      11
      0
      Votes
      11
      Posts
      46
      Views

      atripp

      We take problems very seriously, but we need to prioritize where to spend engineering resources tracking down problems. This was a edge case that we could not reproduce, and had a very minor impact, and only affected a very small number of free users with a very specific configuration; a free user was able to track down the underlying cause and we fixed it.
    • ?

      Connector SemVer Issue package not found
      Support • proget nuget net • • Steven McCormack  

      2
      0
      Votes
      2
      Posts
      29
      Views

      ben

      Hello Steven, Try visiting this page in a browser: http://<ProGet hostname>/feeds/<feed name>/NuGet.Frameworks/4.7.0-rtm.5148 There should be an error message like this: The version number provided is invalid, but would be valid if this NuGet feed were migrated to SemVer2. You can migrate a legacy NuGet feed to SemVer2 by clicking the button at the top of the feed management page.
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 79
    • 80
    • 14 / 80