- C#
I created this tool to avoid writing boilerplate code for my ViewModels. This tool is built on top of the Rosyln .NET compiler.
Let’s discover it here!
When you develop your project you always define a lot of properties
and commands
in your ViewModels. This result in dozens and tens lines that do not allow a quick reading of your file.
The idea of this NuGet is simple, you just define your commands
and properties
with a single line in a specific XML file, you rebuild your project and you are good to go!
This NuGet has different advantages:
MvvmCodeGenerator now support these MVVM Frameworks:
I wrote a complete documentation, just follow my previous tutorial about it.