We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96e31c commit 3c575c1Copy full SHA for 3c575c1
README.md
@@ -105,3 +105,9 @@ result.Should().Fail(); // passes
105
result.Should().FailWith("error"); // passes
106
result.Should().Succeed(); // throws
107
```
108
+
109
+# Related Projects
110
111
+* [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions)
112
+* [FluentAssertions.CSharpFunctionalExtensions](https://github.com/pedromtcosta/FluentAssertions.CSharpFunctionalExtensions)
113
+* [Typescript Functional Extensions](https://github.com/seangwright/typescript-functional-extensions)
0 commit comments