dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

verision 8.3..2 uses code generator 8.3.0

Open AmeerMansourGWsp opened this issue 1 year ago • 6 comments

Image

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 !

AmeerMansourGWsp avatar Nov 05 '24 01:11 AmeerMansourGWsp

"that causes big problem"

What problem does it cause?

Sergio0694 avatar Nov 05 '24 01:11 Sergio0694

I get this error so i guess it tries to use it although i am using 8.3.2

Image

AmeerMansourGWsp avatar Nov 05 '24 01:11 AmeerMansourGWsp

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.

Sergio0694 avatar Nov 05 '24 02:11 Sergio0694

yes i am using .NET Framework 4.8

AmeerMansourGWsp avatar Nov 05 '24 02:11 AmeerMansourGWsp

Can you try adding an explicit PackageReference in your .csproj for the right version (3.2.0)?

Sergio0694 avatar Nov 07 '24 03:11 Sergio0694