Int64 id columns in MySQL do not seem to be supported

I just got started with Radzen and generated an application and pages against a working MySQL schema. The current system uses EF Core 2.X, most of the entities have Id properties that are long not int. The system generated the code fine but it wont compile with lots of errors like these

error CS1503: Argument 1: cannot convert from 'uint' to 'int?' [D:\RadZenTest\server\AdminOne.csproj]
obj\Debug\netcoreapp3.1\Razor\Pages\AddIdentityprovider.razor.g.cs(96,174): error CS1662: Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type [D:\RadZenTest\server\AdminOne.csproj]

Any insight or suggestions are much appreciated

According to the error there is a problem in the page razor declaration. Can you post the code of both generated model and the page (.razor and .cs files)?

Apparently my account cannot yet upload attachments

Maybe you can upload them in Google Drive for example and share links.

Of course, that works (
https://1drv.ms/u/s!Ai_aIzTTIkH7hYY5oupmyv7Q0jZpQw?e=rtuT8U

Can you post this code as well?

https://1drv.ms/u/s!Ai_aIzTTIkH7hYY6IRG53ytbkAMfeQ

I've just published Radzen.Blazor 2.10.8 with fix included. You can update the reference in your project.

Thanks, that worked fine