I've amended a few data entities and whenever I build the solution I get the below error. Same error occurs if I rebuild the models
dynamics://Class/__Persister__/Method/foreignKeyPropagation_DS2(42,12): InvalidOperationBetweenTypes: Operator '!=' cannot be applied to operands of type 'str' and 'int64'.
dynamics://Class/__Persister__/Method/foreignKeyPropagation_DS2(44,13): ImplicitConversionNotAllowed: Cannot implicitly convert from type 'int64' to type 'str'
I've no idea where to look to try and fix these errors
Any ideas?