Skip to content

Commit 7b31238

Browse files
authored
Update README.md
fixed typo
1 parent 4b3578e commit 7b31238

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# 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+
36
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+
58
Include samples and an Example to unit test code involving a complex path with multiple MessageBoxes
69

710
![image](https://user-images.githubusercontent.com/2603287/160229368-ef56548c-b44d-453b-9a7e-9d2dff79dc5e.png)

0 commit comments

Comments
 (0)