Source generators for MVVMToolkit not working in Visual Studio 17.5.5 #709
-
Hi, does anyone managed to get into working state In my case when I start with blank project and start typing some view model with observable properties then sources are not generated for moreover half of fields. I try closing, opening, removing, readding bu most of the time it is not working or when one property is added then another is magically removed. The only thing that can add missing properties is removing bin and obj directories then build from scratch. Sometimes there are compilation errors even when property is generated like on this screen: I would really like to use MVVMToolkit but I just cannot afford importing so unreliable library to company's projects. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry for the inconvenience! This is a known issue with Visual Studio (and Roslyn specifically). You can track it in #493. Could you try updating to latest Visual Studio (17.6.2) and checking again? That version should hopefully be a bit more resilient. Thank you! 🙂 |
Beta Was this translation helpful? Give feedback.
Sorry for the inconvenience! This is a known issue with Visual Studio (and Roslyn specifically). You can track it in #493. Could you try updating to latest Visual Studio (17.6.2) and checking again? That version should hopefully be a bit more resilient. Thank you! 🙂