You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
# MVVM MessageBox Service for WPF (using Dependency Injection)
2
-
This service illustrate how you can have a view model that displays dialog boxes but still can be easily uniyt tested.
2
+
A C# MVVM Service for displaying simple MessageBox messages with custom styles included -
3
+
Uses MVVM Toolkit with Microsoft.Extensions.DependencyInjection but can be adapted to any MVVM / DI Library.
4
+
This service illustrate how you can have a view model that displays dialog boxes but still can be easily unit tested.
5
+
3
6
In the example the MainViewModel is unit tested at 100% code coverage even with a complex path that display mutiple dialogs with various choices.
4
-
A C# MVVM Service for displaying simple MessageBox messages with custom styles included - Uses MVVM Toolkit with Microsoft.Extensions.DependencyInjection but can be adapted to any MVVM / DI Library.
7
+
5
8
Include samples and an Example to unit test code involving a complex path with multiple MessageBoxes
0 commit comments