Clarification of Compenent Regeneration

Radzen Team,

The link below contains a short clip of my issue. It has to do with recreating a component after a database change has been made. For instance, in this case, I forgot to make the PK field an auto-incrementing field and needed to re-create that component only. However, I could not. I had to regenerate every component. This has cause some issues for me and I cannot keep doing that. Thankfully I'm so early on in the project it didn't matter too much.

Video of What's Happening

You seem to be excluding database entities that you use in the first step. This shouldn't be done - you need to infer all entities that your app uses always. Later you can pick which entity to generate pages for. More info available here: Databases | Radzen Blazor Studio