Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 365 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 365 Bytes

Use

Run all:

sudo dotnet run -c RELEASE

Commandline Arguments

Any Categories

Run any tests that have any of the properties provided in the argument anyCategories

sudo dotnet run -c RELEASE -- --anyCategories Copy

Filter

sudo dotnet run -c RELEASE -- --filter="*SystemTextJsonDeserializationBasic*"