Hacker News new | ask | show | jobs
by sander1095 524 days ago
TUnit isn't really a fair comparison, it's another test runner like xUnit/NUnit/MSTest, but with more focus on performance/extensibility, which it achieves by using .NET's new test platform :)
1 comments

Note that AFAIK .NET's new test platform currently only available in C# Dev Kit in vscode, which has different license than "C#" extension