Navigation

    Inedo Community Forums

    Forums

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

    • ?

      Special characters in nuget name
      Support • proget • • Paul  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      I'm afraid you are simply producing invalid packages. Per the NuGet specification, a package id "may not contain spaces or characters that are not valid for a URL" ProGet could validate better on upload, but ultimately you need to stop producing invalid packages if you want to use them in TFS, VS, etc. Even if ProGet supported invalid packages, it's highly likely that those tools won't, and will stop working all of a sudden.
    • ?

      License Transfer
      Support • proget licensing • • Paul  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      Licenses are activated against a particular machine, but they are not attached to that machine. If you transfer the license in the manner you describe (install on new server, uninstall on old server), then it's in compliance.
    • ?

      Proget License and Vulnerablility scanning
      Support • proget • • Paul  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      In order to prevent inclusion of prohibited licences, you will need to have all dependencies pulled through ProGet feeds to prevent them being downloaded in the first place. This also serves as a quality gateway, to ensure low-quality packages/components aren't introduced into your projects. You can enforce this at the build server (for example, with BuildMaster): simply have your build server always use ProGet as the only dependencies source, and this way if developers try to bypass ProGet, it simply won't build.
    • ?

      Cannot upload a package which contains a SemVer2 version number
      Support • proget packages feeds • • Paul  

      3
      0
      Votes
      3
      Posts
      24
      Views

      ?

      Thanks very much, Scott. You helped me by mentioning that the feeds themselves also need to support SemVer 2.0. I wasn't aware of that fact. So I just migrated our feeds an now everything works fine.
    • ?

      Fresh Proget 5.1.22 in fresh IIS 6.2 gives 500 errors at best
      Support • proget proget-installation iis microsoft • • Paul  

      3
      0
      Votes
      3
      Posts
      12
      Views

      ?

      Hi Alana, Thanks for the information. I've reinstalled ProGet and IIS several times and at attempt four it suddenly worked fine. So I'm not touching the setup anymore and will keep it as-is now! Thanks, Eelko
    • ?

      Symbol server 404
      Support • proget symbols • • Paul  

      3
      0
      Votes
      3
      Posts
      19
      Views

      ?

      Please check the Symbol and Source Server; basically you will want to use a symbols feed. The /symbols endpoint is not a Nuget feed, so you can't push packages to it.
    • ?

      Proget on linux certificates for containers registry
      Support • proget linux ssl • • Paul  

      2
      0
      Votes
      2
      Posts
      33
      Views

      ben

      Hello Mickael, ProGet does not support SSL on its own. However, if you have a reverse proxy like Traefik or nginx, you can terminate SSL in the reverse proxy and forward the connection to a locally-bound HTTP address. Here's the documentation for setting up SSL Traefik and nginx: https://docs.traefik.io/user-guide/examples/#http-https-with-sni https://nginx.org/en/docs/http/configuring_https_servers.html
    • ?

      How to add a github project as a feed for proget
      Support • proget • • Paul  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      A GitHub repository contains only code, so you will want to treat it as if it were a package you wrote yourself. This means download the source code, compile it, package it per the appropriate packaging method (e.g. npm, NuGet, etc), then upload that package to ProGet. You can use something like BuildMaster to automate this workflow.
    • ?

      Scanning containers vulnerabilities
      Support • proget • • Paul  

      5
      0
      Votes
      5
      Posts
      31
      Views

      apxltd

      Get in touch direct,happy to work toether on POC/implementation
    • ?

      Package protection
      Support • proget permissions • • Paul  

      2
      0
      Votes
      2
      Posts
      8
      Views

      T

      Are you granting "Anonymous" the permission to view/download packages? If you remove that from the User Tasks page, then authentication would be required.
    • ?

      License for test environment
      Support • proget licensing • • Paul  

      2
      0
      Votes
      2
      Posts
      8
      Views

      jrasch

      I'm not sure why that response says that (I believe it was written when ProGet was still in Beta), but it is in fact inaccurate. The rules for closed testing or DR instances is that a separate license is required as per the licensing agreement: https://inedo.com/proget/license-agreement In order to clarify this with some examples, I've added the following documentation that will release when 5.2 goes live: https://github.com/Inedo/inedo-docs/blob/proget-5.2/ProGet/administration/license.md#examples
    • ?

      Support for R and CRAN
      Support • proget packages • • Paul  

      28
      1
      Votes
      28
      Posts
      199
      Views

      apxltd

      @valeon @miles-waller_2091 @olivier @It-purchasing_9924 @entro_4370 Took a bit, but CRAN (R) feeds have arrived https://blog.inedo.com/inedo/introducing-cran-feeds-in-proget/
    • ?

      Deny API Key if User is Disabled in Active Directory
      Support • proget ldap • • Paul  

      2
      0
      Votes
      2
      Posts
      12
      Views

      jrasch

      Thanks for the suggestion, I've filed this to be done here: https://github.com/Inedo/inedox-inedocore/issues/112
    • ?

      Proget Hosting options
      Support • proget nuget cloud • • Paul  

      2
      0
      Votes
      2
      Posts
      25
      Views

      ?

      You can host ProGet in the cloud (AWS or Azure), but Inedo does not offer hosting of ProGet at this time. It is on our future roadmap, but there is very little interest it based on previous research.
    • ?

      Changing package stores
      Support • proget • • Paul  

      2
      0
      Votes
      2
      Posts
      5
      Views

      T

      The steps are outlined here: https://inedo.com/support/documentation/proget/advanced/cloud-storage
    • S

      Owner has unlisted the package on nuget.org, but Proget still shows it in the list of availible versions
      Support • proget nuget • • stijn.peeters.external_8202  

      7
      0
      Votes
      7
      Posts
      36
      Views

      N

      Thank you, in my case this is an internal Nuget package that is deployed directly to Proget. I unlisted a package version in Proget and I see the listed property is false via fiddler but it still shows up in a visual studio search. By the way, I just created a new topic for my issue here. https://forums.inedo.com/topic/3514/unlisted-package-version-still-shows-up-in-visual-studio
    • ?

      How can you let the TFS-Deploy-Task fail if a packet is rejected? (Overwrite off)
      Support • proget net tfs msbuild • • Paul  

      4
      0
      Votes
      4
      Posts
      19
      Views

      ?

      I found my mistake I had to specify the "Feed API user" in the API Key configuration.
    • ?

      Service unavailable/timeout
      Support • proget nuget linux perforce • • Paul  

      10
      0
      Votes
      10
      Posts
      76
      Views

      G

      I took a while to get back to this thread, but here goes: Today we upgraded to the MSSQL backed version of ProGet, that is currently on the Docker hub (5.2.9.11), and most of it went smooth. However, when restoring all the packages, I did get the unresponsive errors again. But this time the server came back and we could see the log messages. After changing the connection string, things seem to be more stable now when doing a full restore. The new connection string has this appended to it: "Max Pool Size=200;" Hopefully this version keeps us happier, as the old version needs a reboot every other day.
    • ?

      If proget license key was expired proget didn't work Immediately?
      Support • proget • • Paul  

      4
      0
      Votes
      4
      Posts
      14
      Views

      T

      You can safely do all of those things :)
    • ?

      Searching Nuget.Org Connector fails to find some Packages
      Support • proget connectors search • • Paul  

      9
      0
      Votes
      9
      Posts
      25
      Views

      ?

      Thank you Stijn Peeters, you are spot on! After I performed the migration on our Default feed this morning all packages are showing up as expected when searched for - wahoo! Thanks again!
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 79
    • 80
    • 7 / 80