Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. timofeyt_4455
    T
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    timofeyt_4455

    @timofeyt_4455

    0
    Reputation
    2
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    timofeyt_4455 Follow

    Best posts made by timofeyt_4455

    This user hasn't posted anything yet.

    Latest posts made by timofeyt_4455

    • Proget and Powershell feed type

      Hi, after ProGet update from 5.8.0 to 5.1.9, when i enter to feed with type "Powershell", I see infinite spinner (requests are pending and never finishes) and then all proget site is hanging. Other feeds after this also doesn't work. In IIS requests i see a lot of request what are waiting.
      Only IIS reset helps in this case.
      CPU consumption is 70-80%. In database, in table LogMessages, i see following errors:

      1. http://IP:PORT/feeds/Modules/ has unknown package count. (Modules is name of feed with type Powershell)
      2. 2018-09-11 07:52:02.410 An error occurred in the web application: The remote host closed the connection. The error code is 0x80070006.

      If you need more information or something, please inform me.

      Product: ProGet
      Version: 5.1.10

      posted in Support
      T
      timofeyt_4455
    • Package name included semver 2.0 metadata in title

      Hello, i'm using Nuget feed type and i'm uploading packages using semver 2.0 version format. My version format is: 1.0.0-prerelease+hashofcomit. In nuspec file -<version>1.0.0-prerelease+hashofcomit</version>
      I've noticed that in some UI part package name contains semver 2.0 metadata part (after plus sign) and somewhere does not.
      Examples:

      1. Packages page. Latest uploaded package does not contain metadata (just 1.0.0-prerelease), but when you click on that package, on package page in title I see full package name with full version including metadata. On package page when i click on 'All versions' tab, my package is listed there, but without metadata appendix.
      2. Feeds page. I select feed with my uploaded package, and then i see package list with all packages in this feed. My package is listed with name including full version with metadata.

      I think metadata of package shouldn't be shown on UI, it's part of nuspec only.

      Product: ProGet
      Version: 5.0.12

      posted in Support
      T
      timofeyt_4455