打开 关闭

AuthServer and Blazor Project builds hang #4542


User avatar
0
john@johnfuqua.com 创建
  • ABP Framework version: v7.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • **Tiered (MVC) or
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Build just hangs for AuthServer and Blazor projects

10 答案
  • User Avatar
    0
    john@johnfuqua.com 创建

  • User Avatar
    0
    john@johnfuqua.com 创建

    You guys have an issue with the LeptonX packages again. I created different types of projects and they all built except when I added the LeptonX theme. And to be honest, I'm really disapointed...I had a demo with a client today and I could not run it. I thought I had messed up some configuration. Customer was not happy, neither am I.

  • User Avatar
    0
    liangshiwei 创建
    支持团队 Fullstack Developer

    Hi,

    I could not reproduce the problem, can you share the full steps to reproduce it?

  • User Avatar
    0
    john@johnfuqua.com 创建

    Give me a few minutes I'm going to do it via CLI and post the steps...prior I was using Suite.

  • User Avatar
    0
    liangshiwei 创建
    支持团队 Fullstack Developer

    Ok,

    Waiting for you

  • User Avatar
    0
    john@johnfuqua.com 创建

  • User Avatar
    0
    john@johnfuqua.com 创建

    I swapped out the reference to LeptonX with <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="7.0.1" />

    ...and made the code changes to support the older theme and it built.

  • User Avatar
    0
    john@johnfuqua.com 创建

    I tested everything again creating a project without using LeptonX and it works just fine and created new solution with LeptonX and all of those projects that have Nuget references hang. There is something wrong with this nuget package/repository.

  • User Avatar
    0
    liangshiwei 创建
    支持团队 Fullstack Developer

    The build task was canceled.

    I guess the problem is related to your local environment.

    Some possible solutions:

    • Try it on another computer
    • Use dotnet build --verbosity diagnostic command to see detailed output
    • Remove your local volo.abp.aspnetcore.mvc.ui.theme.leptonx package cache.
  • User Avatar
    0
    john@johnfuqua.com 创建

    dotnet nuget locals all --clear

    Fixed my problem.

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