Skip to content
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

Merged

Conversation

martincostello
Copy link
Member

Complete migration from FluentAssertions to Shouldly.

Resolves #2450.

Complete migration from FluentAssertions to Shouldly.

Resolves App-vNext#2450.
@martincostello martincostello added CI/build dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jan 19, 2025
Fix broken file header.
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.35%. Comparing base (3b8ba0e) to head (7124fb6).
Report is 1 commits behind head on main.

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              
Flag Coverage Δ
linux 85.35% <ø> (-0.02%) ⬇️
macos 85.35% <ø> (-0.02%) ⬇️
windows 85.32% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Use `Stopwatch.StartNew()` instead of creating one then manually starting it.
@martincostello martincostello marked this pull request as ready for review January 19, 2025 19:35
@martincostello martincostello enabled auto-merge (squash) January 19, 2025 19:36
@martincostello martincostello merged commit e3f1a3a into App-vNext:main Jan 19, 2025
23 of 24 checks passed
@martincostello martincostello deleted the Complete-Shouldly-Migration branch January 19, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/build dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Shouldly
1 participant