I am trying to pass an extremely long filter to dotnet test --filter
. However, it is so long, that I get a "path too long" error.
Is there any other way to specify a filter?
Or alternatively somehow "pipe" a filter from a file into the --filter
argument with dotnet test
?