FluentAssertions 8 has changed its license to a commercial model
1–5 of 5 posts
Re: FluentAssertions 8 has changed its license to a commercial model
#2And they removed the apache licence. There is no CLA afaik.
Re: FluentAssertions 8 has changed its license to a commercial model
#3A couple alternatives, though both seem to have their flaws:
Shouldly: https://github.com/shouldly/shouldly
Re: FluentAssertions 8 has changed its license to a commercial model
#4A couple alternatives, though both seem to have their flaws: Shouldly: https://github.com/shouldly/shouldly TUnit: https://github.com/thomhurst/TUnit
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 :)
Re: FluentAssertions 8 has changed its license to a commercial model
#5A couple alternatives, though both seem to have their flaws: Shouldly: https://github.com/shouldly/shouldly TUnit: https://github.com/thomhurst/TUnit
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 :)
Note that AFAIK .NET's new test platform currently only available in C# Dev Kit in vscode, which has different license than "C#" extension