-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove FluentAssertions #2459
Remove FluentAssertions #2459
Conversation
Complete migration from FluentAssertions to Shouldly. Resolves App-vNext#2450.
Fix broken file header.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2459 +/- ##
==========================================
- Coverage 85.36% 85.35% -0.02%
==========================================
Files 312 312
Lines 7464 7464
Branches 1121 1121
==========================================
- Hits 6372 6371 -1
- Misses 907 908 +1
Partials 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Use `Stopwatch.StartNew()` instead of creating one then manually starting it.
@martincostello it looks like there are still some dangling references that should be removed — https://github.com/search?q=repo%3AApp-vNext%2FPolly%20fluentassertions&type=code |
Thanks - I'll remove two of them, but the third is in the release notes so is still historically accurate. |
Complete migration from FluentAssertions to Shouldly.
Resolves #2450.