Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/core/tools/dotnet-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ With Microsoft Testing Platform, `dotnet test` operates faster than with VSTest.

[!INCLUDE [arch-no-a](../../../includes/cli-arch-no-a.md)]

> [!NOTE]
> Running tests for a solution with a specific `Architecture` is not supported. If needed, this should be specified at the individual project level instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> Running tests for a solution with a specific `Architecture` is not supported. If needed, this should be specified at the individual project level instead.
> Running tests for a solution with a specific `RuntimeIdentifier` is not supported. If needed, this should be specified at the individual project level instead.


[!INCLUDE [configuration](../../../includes/cli-configuration.md)]

- **`-f|--framework <FRAMEWORK>`**
Expand All @@ -496,6 +499,9 @@ With Microsoft Testing Platform, `dotnet test` operates faster than with VSTest.

Short form `-r` available starting in .NET SDK 7.

> [!NOTE]
> Running tests for a solution with a specific `Runtime Identifier` is not supported. If needed, this should be specified at the individual project level instead.
Comment on lines +502 to +503
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be indented. I would also remove the space in "Runtime Identifier"


- **`-v|--verbosity <LEVEL>`**

Sets the MSBuild verbosity level. Allowed values are `q[uiet]`, `m[inimal]`, `n[ormal]`, `d[etailed]`, and `diag[nostic]`. For more information, see <xref:Microsoft.Build.Framework.LoggerVerbosity>.
Expand Down