FluentAssertions 8.x added commercial-license terms and has an O(N!) perf regression in unordered-collection equivalency that we hit when bumping nugets for dotnet 10.
AwesomeAssertions is the community Apache-2.0 fork, forked before the regression and the license change. Swap is mostly a namespace rename (FluentAssertions → AwesomeAssertions) across ~30 source files + csproj global usings + harmony submodule.
FluentAssertions 8.x added commercial-license terms and has an O(N!) perf regression in unordered-collection equivalency that we hit when bumping nugets for dotnet 10.
AwesomeAssertions is the community Apache-2.0 fork, forked before the regression and the license change. Swap is mostly a namespace rename (
FluentAssertions→AwesomeAssertions) across ~30 source files + csproj global usings + harmony submodule.