Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verision 8.3..2 uses code generator 8.3.0 #978

Open
AmeerMansourGWsp opened this issue Nov 5, 2024 · 6 comments
Open

verision 8.3..2 uses code generator 8.3.0 #978

AmeerMansourGWsp opened this issue Nov 5, 2024 · 6 comments
Labels
analyzer 👓 A new analyzer being implemented or updated mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit needs author feedback 📝 This issue or PR needs a reply from the author

Comments

@AmeerMansourGWsp
Copy link

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
Copy link
Author

ConsoleApp2.zip

@AmeerMansourGWsp AmeerMansourGWsp changed the title verision 3.0.2 uses code generator 3.0.0 verision 8.3..2 uses code generator 8.3.0 Nov 5, 2024
@Sergio0694
Copy link
Member

"that causes big problem"

What problem does it cause?

@Sergio0694 Sergio0694 transferred this issue from CommunityToolkit/MVVM-Samples Nov 5, 2024
@Sergio0694 Sergio0694 added mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit analyzer 👓 A new analyzer being implemented or updated labels Nov 5, 2024
@AmeerMansourGWsp
Copy link
Author

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

Image

@Sergio0694
Copy link
Member

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 Sergio0694 added the need more info 📌 More info are needed to investigate this label Nov 5, 2024
@AmeerMansourGWsp
Copy link
Author

yes i am using .NET Framework 4.8

@Sergio0694
Copy link
Member

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

@Sergio0694 Sergio0694 added needs author feedback 📝 This issue or PR needs a reply from the author and removed need more info 📌 More info are needed to investigate this labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 👓 A new analyzer being implemented or updated mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit needs author feedback 📝 This issue or PR needs a reply from the author
Projects
None yet
Development

No branches or pull requests

2 participants