Run all:
sudo dotnet run -c RELEASE
Run any tests that have any of the properties provided in the argument anyCategories
sudo dotnet run -c RELEASE -- --anyCategories Copy
sudo dotnet run -c RELEASE -- --filter="*SystemTextJsonDeserializationBasic*"