radzenhq / radzen-blazor-studio

Sample applications created with Radzen Blazor Studio
https://www.radzen.com/blazor-studio
16 stars 2 forks source link

One table dropped from regeneration. #118

Open HMyersPharmaLink opened 9 months ago

HMyersPharmaLink commented 9 months ago

I'm not sure why a single table reference was dropped in my latest "Create or Update a Data Source". The table dropped has been a part of my regeneration since day one, and I've done it many times. I did add in several new tables, but then i reversed and dropped them, but still it causes 5 errors on this one same table.

I'm attaching images of the error as shown and before and after comparison snapshots of DB Context files, hope they help.

I first ran this in 1.15.4 then updated to 1.15.5 to see if it fixed it but the same errors remain.

No changes in the DB itself.

20231005 Radzen Blazor Studio GEN Error.zip

akorchev commented 9 months ago

We have changed the way RBS names tables back in August - to follow C# conventions closely and also be compatible with Radzen. This is probably what hits you. You will need to use the new generated table name and regenerate the pages that are affected.

HMyersPharmaLink commented 9 months ago

Thank you Atanas, Is there anything published about what changed. I have a few apps I haven't regenerated in awhile and they have some manually created services. Regards, Harvey

From: Atanas Korchev @.> Sent: Friday, October 6, 2023 12:35 PM To: radzenhq/radzen-blazor-studio @.> Cc: Harvey Myers @.>; Author @.> Subject: Re: [radzenhq/radzen-blazor-studio] One table dropped from regeneration. (Issue #118)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

We have changed the way RBS names tables back in August - to follow C# conventions closely and also be compatible with Radzen. This is probably what hits you. You will need to use the new generated table name and regenerate the pages that are affected.

- Reply to this email directly, view it on GitHubhttps://github.com/radzenhq/radzen-blazor-studio/issues/118#issuecomment-1751075140, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AX23VNZPRUE3HRDXKLHR5IDX6AXLLAVCNFSM6AAAAAA5UQK6ZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRGA3TKMJUGA. You are receiving this because you authored the thread.Message ID: @.**@.>>

akorchev commented 9 months ago

Is there anything published about what changed.

That's about it - the naming changed to follow the C# pascal case convention. Most tables are not affected but ones that have underscores in their names or lots of capital letters one after the other may change.