microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.67k stars 457 forks source link

There are no MVVM Basic, MVVMLight items in the Design-patterns section #4676

Open jhon65496 opened 1 year ago

jhon65496 commented 1 year ago

Describe the bug

The documentation lists:

Link to documentation. Section: getting-started-endusers: https://github.com/microsoft/TemplateStudio/blob/dev/docs/WPF/getting-started-endusers.md#design-patterns

image

To Reproduce

image

image

Additional context

No response

Applies to the following platforms:

About your setup

image

mrlacey commented 1 year ago

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.)