Open Closed

ABP 8 build errors when we use packages source code #6434


User avatar
0
rohit.jadhav created
  • ABP Framework version: v8.0.0
  • UI Type: MVC
  • Database System: PostgreSQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I am using ABP version 8, when I replace package with source code using ABP suite then I started getting build errors. dotnet restore command is also failed and throwing error.

Looks like the problem is with the .csproj file E.g

Here Volo.Abp.Commercial.Core code is not downloaded by abp suite when I replace packages with source code but in the Volo.Abp.Account.Pro.Admin.Application.csproj project file it's like this that's the reason it's not able to restore the package. if I write like below then it's started working.. but I don't want to do in each project file and do it manually it will take lots of time. Is it the issue with ABP? anyone facing same issue ?


6 Answer(s)
  • User Avatar
    1
    maliming created
    Support Team Fullstack Developer

    hi

    We fixed this in 8.0.1

    You can use VersionOverride to replace the Version.

    https://github.com/abpframework/abp/pull/18566

  • User Avatar
    1
    maliming created
    Support Team Fullstack Developer

    Your question credit has been refunded.

  • User Avatar
    0
    rohit.jadhav created

    hi

    We fixed this in 8.0.1

    You can use VersionOverride to replace the Version.

    https://github.com/abpframework/abp/pull/18566

    I have verified the fix with latest version of ABP suite 8.0.1 and latest ABP CLI version 8.0.1, issue is fixed and now it's working as expected.

    Thanks a lot for your support.

  • User Avatar
    0
    alper created
    Support Team Director

    your problem still exists?

  • User Avatar
    0
    rohit.jadhav created

    your problem still exists?

    No, this issue is fixed in 8.0.1 version

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks rohit.jadhav

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