Skip to content

Replace FluentAssertions with Shouldly in Tests#1320

Closed
Kamyab7 wants to merge 1 commit intojasontaylordev:mainfrom
Kamyab7:main
Closed

Replace FluentAssertions with Shouldly in Tests#1320
Kamyab7 wants to merge 1 commit intojasontaylordev:mainfrom
Kamyab7:main

Conversation

@Kamyab7
Copy link
Copy Markdown
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
@jasontaylordev
Copy link
Copy Markdown
Owner

Thanks @Kamyab7 - would you mind pushing a new commit to trigger the CI again? I can't seem to trigger it here.

@jasontaylordev
Copy link
Copy Markdown
Owner

See #1357

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

2 participants