Open Closed

Abp Commercial Nuget Packages Latest Version Problem ? #1787


User avatar
0
selinkoykiran created

Hello, We are developing a CI/CD pipeline project and downloading nuget commercial abp packages with code , we call rest api.

But even we don't check for "include prerelease" option , we are still getting prerelease versions from nuget like these packages are the lastest stable ones (ilke below), we should be seeing latest stable version like 4.4.0 or something.

So could you please give information about this situation ? Could anything be wrong about your nuget packaging options ?

Thank you.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.0
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

15 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Same result in Nuget Package Explorer

  • User Avatar
    0
    MichelZ created

    I am currently getting "Response status code does not indicate success: 409 (Conflict)" when trying to do dotnet restore. It happens from time to time, and my best guess is that it has something to do with when a new release is put up there. As far as I can see 4.4.1 is in the process of being released currently.

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @selinkoykiran

    I tried with VS 2019 and it worked as expected for me. When I check the package status, it is correctly marked as a PreRelease package. Sometimes Visual Studio cna mix the requests for getting the package information from the package source. Could you wait for a few seconds when you click the PreRelease checkbox and see if it makes any difference ?

    By the way, does this cause any problem on your CI/CD pipeline ?

    Hi @MichelZ

    Yes, the release of 4.4.1 is still in progress, could you try again when the release is completed. We hope to complete it today.

    Thanks,

  • User Avatar
    0
    MichelZ created

    Hi @MichelZ

    Yes, the release of 4.4.1 is still in progress, could you try again when the release is completed. We hope to complete it today.

    Thanks,

    Hi

    The problem is not updating to 4.4.1, the problem is that all of my workflow starts to fail with the current version. All nuget restores for 4.4.0 started failing yesterday with the conflict message. This is very disruptive as I'm using docker to build this like every couple of minutes, and docker doesn't cache the packages, so I can't really build anymore.

  • User Avatar
    0
    raif created

    Could you wait for a few seconds when you click the PreRelease checkbox and see if it makes any difference ?

    Nope, at least for me

    It may also not related with marking package with "preview". Nuget server endpoint delivers un expected results Or Package marking is wrong and endpoint delivering miss information

  • User Avatar
    0
    selinkoykiran created

    Hello, Actually I've shared the visual studio screen as example. We are trying with .net nuget protocol package from code side like below and we got the preview packages.

    So I don't think this issue is related with visual studio. What do you think ?

    Thank you.

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @selinkoykiran

    Are you using a 3rd party library ? If so, can you share it with me ?

    Thanks,

  • User Avatar
    0
    selinkoykiran created

    Hello , We're using below pakcages for nuget client implementation:

    Thank you.

  • User Avatar
    0
    alper created
    Support Team Director

    the version releases takes some time. if you update your solution within an ongoing release you may encounter some issues. because some packages will be missing but they'll be published soon.

  • User Avatar
    0
    beuko created

    ABP cli: 4.4.1 ABP suite: 4.4.1

    Suite is generating project with 5.0.0 packages. Downgrading version and reinstalling abp cli and suite not helping.

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @beuko

    This is a different problem. Could you create a new 4.4.1 project, it should be working fine now.

    Thanks,

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You also need delete the cache templates in C:\Users\yourname\.abp\templates

  • User Avatar
    0
    selinkoykiran created

    Hello , My question stands behind a little bit :) Is there anything new about the main issue ? I've shared the nuget 3rd party library lastly with you.

    Thank you.

  • User Avatar
    0
    alper created
    Support Team Director

    hi,

    there was an error on 4.4.1. do you get the same issue with 4.4.2?

  • User Avatar
    0
    ismcagdas created
    Support Team Co-Founder

    Hi @selinkoykiran

    You were right, the prerelase filter is not used at all when searching the packages. We have fixed this problem. The fix will be published soon.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11