Skip to content

Commit ee43708

Browse files
committed
link discussions with further information on MTP integration
Link discussion of issues around `dotnet test` and MTP found at dotnet/sdk#45927 and dotnet/sdk#49210 For more related discussions, see: + dotnet/aspire#9361 + dotnet/aspire#8833
1 parent 8e6fba0 commit ee43708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implement/implementation-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To filter tests to run by C# method name, use a command like this:
1616
dotnet run -- --filter-method="*method_name*"
1717
```
1818

19-
> Warning: Running a command like `dotnet test --filter=method_name` does not work as expected, as it will silently ignore the filter and run all tests instead.
19+
> Warning: Running a command like `dotnet test --filter=method_name` does not work as expected, as it will silently ignore the filter and run all tests instead. (This issue been reported for example at <https://github.com/dotnet/sdk/issues/45927> and <https://github.com/dotnet/sdk/issues/49210>)
2020
2121
The command-line interface of the test framework offers many more options, like filtering tests by various attributes, configuring a timeout and more. To see an overview of available options, run the following command from the directory containing the `.csproj` file:
2222

0 commit comments

Comments
 (0)