Skip to content

Replace FluentAssertions with Shouldly in Tests #1320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kamyab7
Copy link
Contributor

@Kamyab7 Kamyab7 commented Apr 19, 2025

This pull request refactors all test projects to use Shouldly instead of FluentAssertions, which recently adopted a commercial license.

Changes included:

  • Replaced all usages of FluentAssertions with equivalent Shouldly syntax.
  • Removed FluentAssertions from all project references.
  • Updated README to include Shouldly in the list of testing libraries.

This helps keep the project free of commercial license concerns while maintaining clear, readable test assertions.

Closes #1309 .

- Migrated all test assertions from FluentAssertions to Shouldly
- Removed all FluentAssertions package references
- Updated README to reflect use of Shouldly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Fluent Assertions
1 participant