sillsdev / sillsdev/languageforge-lexbox
Migrate FluentAssertions → AwesomeAssertions
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 8
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 49
Description
FluentAssertions 8.x added commercial-license terms and has a 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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the source files, csproj global usings, and Harmony submodule for FluentAssertions references, then review the dependency declarations involved in the .NET 10 NuGet update. Replace the references with AwesomeAssertions and verify that no FluentAssertions usage or dependency remains and the existing tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100