-
-
Notifications
You must be signed in to change notification settings - Fork 855
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
Merge SixLabors.Core sources into ImageSharp #1087
Conversation
This reverts commit bdd54d3.
doing this to be consistent with System.Drawing.Primitives
…sVisibleTo to make sure they can be used.
…add-guards Added guards from the ImageSharp project
…ed-guard Apply SharedInfrastructure, introduce shared guards
…sf-hashcode Use shared source MathF and HashCode
Helper tests were left out this time, opened SixLabors/SharedInfrastructure#5 instead. |
Codecov Report
@@ Coverage Diff @@
## master #1087 +/- ##
==========================================
+ Coverage 83.71% 83.77% +0.05%
==========================================
Files 688 704 +16
Lines 28853 29311 +458
==========================================
+ Hits 24155 24555 +400
- Misses 4698 4756 +58
Continue to review full report at Codecov.
|
Looks great, well done! I added the namespace changes in this PR as I need to unblock the version updates to the dependent libraries. |
Prerequisites
Description
Redo #1086: Merge sources and tests from SixLabors.Core, resolve #1002.
[SL.Core]