You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: implement/implementation-rules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To filter tests to run by C# method name, use a command like this:
16
16
dotnet run -- --filter-method="*method_name*"
17
17
```
18
18
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>)
20
20
21
21
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:
0 commit comments