Infer Schema

Hi Radzen Team,
Generation of the server side model code from an existing database seems to have changed with the latest version thus breaking existing code so it no longer compiles.
E.G.
Database column types Guid, DateTime,Decimal and Bool are now being marked as nullable.ModelChanges
Is there a valid reason for this change?

This is definitely a bug, sorry for that! Fix is coming!

No Problem. @enchev will wait for an update.

Radzen 2.14.1 was just released and will generate now properly nullable/non-nullable properties.

Thanks @enchev
New version compiles and runs correctly.