Closed jairbubbles closed 11 months ago
@jairbubbles Thank you for your contribution! version 0.27.0
is released with your changes!
Thanks, for your information I stumbled on https://github.com/meziantou/Meziantou.FluentAssertionsAnalyzers which also supports NUnit test migration.
Also, one cool thing is that the code fixes are already reported on a same ID so it's easier to fix all at once:
dotnet format analyzers --diagnostics MFA003
After applying code fixes to transform XUnit asserts to fluent assertions I got some compilation errors. Some parenthesis were missing when the expression tested was complex.
Note: The tests were not properly testing the code source after the code fix is applied, I re-enabled it but some tests were failing so I added a
'#if TO_BE_FIXED