We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6536077 commit a3d5fe1Copy full SHA for a3d5fe1
README.md
@@ -15,7 +15,7 @@ This isn't "just another test framework". This is all based on the Microsoft MST
15
1. Inside your solution, create a new blank .NET MAUI Project.
16
2. Add "MSTestX.UnitTestRunner" NuGet package.
17
3. Delete `AppShell.xaml`, `MainPage.xaml` `App.xaml` and their code-behind files.
18
-4. In `MauiProgram.cs` replace `.UseMauiApp<App>()` with `.UseMauiApp<MSTestX.RunnerApp>()
+4. In `MauiProgram.cs` replace `.UseMauiApp<App>()` with `.UseMauiApp<MSTestX.RunnerApp>()`
19
5. Add a unit test class with the following content:
20
21
```cs
0 commit comments