You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FieldBlock: Convert.ChangeType is failed. Value type: System.Int32, Target type: System.Nullable
FieldBlock: Convert.ChangeType is failed. Value type: System.Decimal, Target type: System.Nullable
FieldBlock: Convert.ChangeType is failed. Value type: System.Boolean, Target type: System.Nullable
FieldBlock: Convert.ChangeType is failed. Value type: System.Int32, Target type: System.Nullable
It is logged as warning, but it happens in absolutely normal circumstances.
For example if I assign int value to some class which has implicit cast operator. Generated JS is correct, so not need to warn about such events.
The text was updated successfully, but these errors were encountered: