An Example of FluentAssertions migration
Jan 18, 2025 · 2 min read · Create a namespace (folder) in your test project, e.g. Assertions. This shall be the new namespace to replace the FluentAssertions. Any of your test class file which uses FluentAssertions would have using FluentAssertions; on it. We now try to migrat...
Join discussion





















