-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Use Shared props/targets #111
Conversation
Codecov Report
@@ Coverage Diff @@
## master #111 +/- ##
==========================================
+ Coverage 70.82% 71.01% +0.19%
==========================================
Files 86 86
Lines 5600 5465 -135
Branches 1119 1119
==========================================
- Hits 3966 3881 -85
+ Misses 1409 1359 -50
Partials 225 225
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't get to drawing yet, but I see 999 build warnings in main lib's ImageSharp.Test project per build target. We should fix that before propagating the changes further.
Most of them are "this should not follow that" and underscore rules, not applicable in test code.
@JimBobSquarePants ah sorry you may be right will doublecheck tomorrow! Forgot that sobmodule update typically goes always wrong 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JimBobSquarePants this ImageSharp.Drawing PR is fine, but still I get those warnings dotnet build
-ing the main library's test project even on a fresh clone on master. (After standard git submodule update --init --recursive
).
Nice job cleaning up the Drawing project, and the overall effort across the SixLabors infra. No idea why is it OK here and not OK in ImageSharp.
Opened SixLabors/ImageSharp#1460 to properly track the problem. |
Prerequisites
Description