verision 8.3..2 uses code generator 8.3.0
I just created class with int as observable property but the generated code uses 3.0.0 which must be 3.0.2 that causes big problem !
"that causes big problem"
What problem does it cause?
I get this error so i guess it tries to use it although i am using 8.3.2
I think that might be a different issue. The assembly version of the generator doesn't matter. Are you by any chance on .NET Framework? We need more info to try to understand the issue here.
yes i am using .NET Framework 4.8
Can you try adding an explicit PackageReference in your .csproj for the right version (3.2.0)?