After updating ABP suite and tool to 5.0.0, it still use the templates 4.4.4, it was like this while using 5-rc release too.
I was then adding the version to select the RC one, but now I get an error message when I give the version 5.0.0. If I put version 5.0.0-rc.2 it still works fine
Your ABP Suite and ABP project version must be the same because the Suite templates are compatible with the corresponding version.
to make a clean install you can delete the following folder
UserProfile%\.dotnet\tools\.store\volo.abp.suite
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..) ?
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