How to run dotnet tests with automatic smart retry
When running dotnet test, there is no built-in mechanism
to retry failed tests, and constructing the filter format
for re-running them is non-trivial. This post showcases
a new dotnet global tool dotnet-retest
that fixes this.
[Read More]