Microsoft Testing Platform(vs VSTest)
csharp | code | en | autotests
Okay, if you missed Microsoft.Testing.Platform, here are links to catch up quickly on this.
In short
Tests are now an executables, runtime reflection is gone test discovery happens during build stage.
Here is how xUnit will work now
xUnit.v3 You can use xUnit CLI still or switch to MSTP
TUnit
Microsoft Testing Platform native framework TUnit and how to use it here: