FluentAssertions 8 has changed its license to a commercial model (github.com) 30 points by twirls 1y ago ↗ HN
[–] misterbwong 1y ago ↗ A couple alternatives, though both seem to have their flaws:Shouldly: https://github.com/shouldly/shouldlyTUnit: https://github.com/thomhurst/TUnit [–] sander1095 1y 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 :) [–] yunusefendi52 1y ago ↗ Note that AFAIK .NET's new test platform currently only available in C# Dev Kit in vscode, which has different license than "C#" extension
[–] sander1095 1y 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 :) [–] yunusefendi52 1y ago ↗ Note that AFAIK .NET's new test platform currently only available in C# Dev Kit in vscode, which has different license than "C#" extension
[–] yunusefendi52 1y ago ↗ Note that AFAIK .NET's new test platform currently only available in C# Dev Kit in vscode, which has different license than "C#" extension
4 comments
[ 3.0 ms ] story [ 35.1 ms ] threadShouldly: https://github.com/shouldly/shouldly
TUnit: https://github.com/thomhurst/TUnit