Skip to content

Commit 433e2a1

Browse files
jamesmcroftSergio0694
authored andcommitted
Added brief migration around Message types and recommendations
1 parent 4ce7d1e commit 433e2a1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/mvvm/MigratingFromMvvmLight.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,4 +657,12 @@ IMessenger messenger = Messenger.Default;
657657

658658
// Toolkit.Mvvm
659659
IMessenger messenger = Messenger.Default;
660-
```
660+
```
661+
662+
## Message type migrations
663+
664+
The message types provided in the MvvmLight toolkit are designed as a base for you as a developer to work with if needed.
665+
666+
While the MVVM Toolkit provides some alternatives, there are no direct replacement for these message types. We recommend looking at our [available message types](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Mvvm/Messaging/Messages).
667+
668+
Alternatively, if your solution takes advantage of the MvvmLight message types, these can easily be ported into your own codebase.

0 commit comments

Comments
 (0)