Hi Radzen team,
I encountered an issue when trying to generate/create a database model using a Radzen project targeting .NET 10.
When I try to generate the database/context from MySQL database, Radzen fails with the following error:
Could not load file or assembly
'System.Security.Permissions, Version=10.0.0.0, Culture=neutral,
PublicKeyToken=cc7b13ffcd2ddd51'.
The system cannot find the file specified.
Could this be related to .NET 10 compatibility or the current MySQL database generation tooling?