Skip to content

Commit 9b90cd3

Browse files
committed
fixes #1234
1 parent e97622d commit 9b90cd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/test/create-unit-tests-menu.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ms.date: 05/02/2017
44
ms.prod: visual-studio-dev15
55
ms.technology: vs-ide-test
66
ms.topic: conceptual
7-
helpviewer_keywords:
7+
helpviewer_keywords:
88
- "unit testing, create unit tests"
99
ms.author: gewarren
1010
manager: douge
11-
ms.workload:
11+
ms.workload:
1212
- "multiple"
1313
author: gewarren
1414
---
@@ -26,6 +26,8 @@ The **Create Unit Tests** menu command:
2626

2727
* Is extensible, and supports emitting tests in MSTest, MSTest V2, NUnit, xUnit format.
2828

29+
* Is not yet available in .NET Core projects.
30+
2931
## Get started
3032

3133
To get started, select a method, a type, or a namespace in the code editor in the project you want to test, open the shortcut menu, and choose **Create Unit Tests**. The **Create Unit Tests** dialog opens, where the create options for the new unit tests can be selected.

0 commit comments

Comments
 (0)