- 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 Answer(s)
-
0
-
0
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.
-
0
-
0
Give me a few minutes I'm going to do it via CLI and post the steps...prior I was using Suite.
-
0
Ok,
Waiting for you
-
0
-
0
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.
-
0
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.
-
0
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.
-
0
dotnet nuget locals all --clear
Fixed my problem.