Closed ahmadnazir closed 5 years ago
The following doesn't work for me:
dotnet test --filter Category=bigaddition
But this does:
dotnet test --filter Category=@bigaddition
Good find @ahmadnazir . Thanks for contributing! Merging this PR.
The following doesn't work for me:
But this does: