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

Linq optimizations #366

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Linq optimizations #366

merged 1 commit into from
Jan 7, 2024

Conversation

axunonb
Copy link
Member

@axunonb axunonb commented Jan 7, 2024

  • Replace ICollection.Any(...) with ICollection.Exists(...)
  • Replace ICollection.All(...) with ICollection.TrueForAll(...)

* Replace ICollection.Any(...) with ICollection.Exists(...)
* Replace ICollection.All(...) with ICollection.TrueForAll(...)
Copy link

codecov bot commented Jan 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a233d38) 96% compared to head (647534c) 96%.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #366   +/-   ##
===================================
  Coverage    96%    96%           
===================================
  Files        91     91           
  Lines      3227   3227           
===================================
  Hits       3111   3111           
  Misses      116    116           

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

@axunonb axunonb merged commit f09c0bd into axuno:main Jan 7, 2024
4 checks passed
@axunonb axunonb deleted the pr/linq-optimizations branch January 7, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant