TemplateStudio
TemplateStudio copied to clipboard
There are no MVVM Basic, MVVMLight items in the Design-patterns section
Describe the bug
The documentation lists:
- MVVM Toolkit
- Code Behind
- Prism
- MVVM Basic
- MVVMLight
Link to documentation. Section: getting-started-endusers
: https://github.com/microsoft/TemplateStudio/blob/dev/docs/WPF/getting-started-endusers.md#design-patterns
To Reproduce
Additional context
No response
Applies to the following platforms:
- [ ] WinUI
- [X] WPF
- [ ] UWP
About your setup
- Visual Studio Version : 2022
- Template Studio Wizard Version: 5.3
- Windows Build: 10
MVVMLight is no longer supported. MVVM Toolkit was created (in part) as a replacement to MVVM Light. MVVM Basic was created before MVVM Toolkit existed to provide core MVVM-related capabilities without depending on a library that wasn't from Microsoft. MVVM Toolkit makes this redundant.
It looks like the docs are out of date. (They still list obsolete things that have been removed from the tool.)