Activities of "alper"

to make a clean install you can delete the following folder

UserProfile%\.dotnet\tools\.store\volo.abp.suite

maybe your Suite didn't update well. I checked and it's 5.0.1 at the startup log

I would go further and do it with services and controllers also!

I´m always adding something custom and its a pain to update.
Nb. I´m not still gone live so I can iterate fast but would love to do it even faster!

can you give details and concrete examples about your solution

creating a "generated.cs" file is a partial solution of not overwriting your custom code, what about injecting code in existing classes (DbContext, Permissions, MenuProviders etc..) ?

hi,

to fix this issue, you need to clear your local ABP cache

delete all files under this folder

%UserProfile%\.abp\templates

then try to add the File Management module again.

I tried with the 5.0.0 version and it works

Answer

thanks, we will take care of it. internal issue #8758

You can download the source code of @volo/abp.commercial.ng.ui with the following command

abp add-package @volo/abp.commercial.ng.ui --with-source-code
Answer

for the StaticWebAssets not found problem, I can say, Microsoft has changed the behavior of packing libraries, pls check these links

  • https://github.com/dotnet/aspnetcore/issues/38596
  • https://github.com/dotnet/aspnetcore/issues/21536
  • https://github.com/dotnet/aspnetcore/issues/37095
  • https://github.com/dotnet/aspnetcore/issues/36740
  • https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+StaticWebAssets+pack
Answer

@albert

You misread my comment completely. I am showing you the before and after from using RC and then Stable. It changes the make-up of the csproj files by adding modules directly as NuGet packages instead of project references.

ok we'll check it again

Answer

@zhongfang after .NET 6, Microsoft changed the dotnet pack command behaviour, you need to check this https://stackoverflow.com/questions/69500315/wwwroot-directory-is-not-copied-to-the-tools-net6-0-any-directory-in-a-nuget-pac

Showing 581 to 590 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 23, 2025, 10:47