Yes! another abp bundle has solved the problem.
Thank you.
Good day, I have been waiting patiently for the LeptonX release, but I am now frustrated with lack of progress for the Blazor UI (both wasm and server) I have a commercial project waiting for LeptonX because the customer does not like the current Lepton theme.
It is coming up 9 months since LeptonX was announced: https://blog.abp.io/abp/LeptonX-Theme-for-ABP-Framework-Alpha-Release
I have politely enquired on the status via this GitHub link: https://github.com/volosoft/lepton-theme/issues/5#issuecomment-1106045088 Dates keep passing with no information. I monitor this issue each day.
Today I saw 5.3.0-rc.1 has been released, so created a project via the website and still no reference to LeptonX / Lite

ABP Suite has no 5.3.0-rc.1 templates.

The instructions here are inconsistent between Lite and Commercial
https://github.com/abpio/abp-commercial-docs/tree/docs/lpx/en/themes/lepton-x
It does seem some of the Lite instructions missing from Commercial are required!?

I have tried many times using combinations of the commercial and lite instructions to get the project running. I did have success with an MVC solution but that is not the UI I use.
The closest to a running system I can get to is using a combination of the Lite and Commercial for Blazor Wasm. But get this error:

The page does render but badly formatted.
All that I require at this point is an accurate date when the beta version of LeptonX will be working in Blazor Wasm and/or Blazor Server.
Kind regards, Roger
The public DbSet is inserted into the wrong location in the xxxDbContext.cs file when generating with Abp Suite.
It is inserted inside public DbSet<IdentityUser> Users { It is easy to replicate this issue by creating a new project and create a simple entity.
Noted, thanks.
I'm not following why this is required.
Is there a problem with the ...WithUserDto or is this additional coding expected behavior?
I feel I would be better off creating a ..WithNavigationPropertiesDto to get the details of the Create/Modify/Delete user details. Do you have any sample code for using the ..WithUserDto?
My use case is to display the Create/Modify audit details in the UI - I was hoping the ..WithUserDto would provide this directly.