Y
Hacker News
new
|
ask
|
show
|
jobs
FluentAssertions 8 has changed its license to a commercial model
(
github.com
)
30 points
by
twirls
525 days ago
2 comments
Kuinox
525 days ago
And they removed the apache licence. There is no CLA afaik.
link
misterbwong
525 days ago
A couple alternatives, though both seem to have their flaws:
Shouldly:
https://github.com/shouldly/shouldly
TUnit:
https://github.com/thomhurst/TUnit
link
sander1095
525 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 :)
link
yunusefendi52
524 days 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
link