Skip to content

Commit 67821e7

Browse files
Merge pull request #13816 from Mikejo5000/mikejo-br26
Update UWP unit testing article for new UWP .NET 9 unit testing template
2 parents 36b234f + aa915d9 commit 67821e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
-4.99 KB
Loading

docs/test/walkthrough-creating-and-running-unit-tests-for-windows-store-apps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ The following procedures describe how to create and run unit test projects for U
3131

3232
1. On the **Create a new project** page, enter *unit test* in the Search box. The template list filters to unit testing projects.
3333

34-
1. Select the **Unit Test App (Universal Windows)** template for either C# or Visual Basic, and then select **Next**.
34+
1. Select the correct UWP unit testing template for either C# or Visual Basic, and then select **Next**.
35+
36+
Starting in Visual Studio 2022 version 17.14, the recommended unit testing template for C# and .NET 9 is **UWP Unit Test App** and targets Native AOT. The older UWP templates are named **UWP Unit Test App (.NET Native)** and **Unit Test App (Universal Windows)**.
3537

3638
:::image type="content" source="media/vs-2022/new-uwp-unit-test-app.png" alt-text="Screenshot that shows creating a new UWP unit test app in Visual Studio.":::
3739

0 commit comments

Comments
 (0)