The most frequent issue is converting the message formatting in assertion from "string.format"-like into a FormattableString.
Removed some old logic to run tests from the command line, as well as old async task helpers (from back in the day of the Async CTP) that don't seem to be called by anyone.
Upgrade from NUnit 3.x to 4.x (see #130)
The most frequent issue is converting the message formatting in assertion from "string.format"-like into a
FormattableString
.Removed some old logic to run tests from the command line, as well as old async task helpers (from back in the day of the Async CTP) that don't seem to be called by anyone.