File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ The `dotnet test` command builds the solution and runs the tests with either VST
1616Some examples of the ` dotnet.config ` file:
1717
1818 ``` ini
19- [dotnet.test: runner]
19+ [dotnet.test. runner]
2020 name = " Microsoft.Testing.Platform"
2121 ```
2222
2323 ``` ini
24- [dotnet.test: runner]
24+ [dotnet.test. runner]
2525 name = " VSTest"
2626 ```
2727
28- > [ !NOTE ]
29- > The format will change from ` dotnet. test:runner ` to ` dotnet.test.runner ` in .NET 10 SDK Preview 4 .
28+ > [ !IMPORTANT ]
29+ > The ` dotnet test ` experience for MTP is only supported in Microsoft.Testing.Platform version 1.7 and later .
3030
3131> [ !TIP]
3232> For conceptual documentation about ` dotnet test ` , see [ Testing with dotnet test] ( ../testing/unit-testing-with-dotnet-test.md ) .
You can’t perform that action at this time.
0 commit comments