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..) ?
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
for the StaticWebAssets not found problem, I can say, Microsoft has changed the behavior of packing libraries, pls check these links
@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
@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
@jkrause if you are trying use ABP v5.0 stable on a ABP v5.0 (RC) version it'll not work as expected. Suite and your ABP version must be the same.
closing the issue since 21 days past over it. you can reopen it if you have an ongoing problem about this.