Doxense / foundationdb-dotnet-client

C#/.NET Binding for FoundationDB Client API
BSD 3-Clause "New" or "Revised" License
149 stars 33 forks source link

Upgrade NUnit to 4.0.1 #131

Closed KrzysFR closed 11 months ago

KrzysFR commented 11 months ago

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.