-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Update vulnarable SkiaSharp version #385
Conversation
Update vulnarable SkiaSharp version to latest. Also update BenchmarkDotNet to latest version
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #385 +/- ##
======================================
Coverage 86% 86%
======================================
Files 238 238
Lines 15184 15229 +45
Branches 2101 2108 +7
======================================
+ Hits 13088 13189 +101
+ Misses 1613 1566 -47
+ Partials 483 474 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -30,7 +30,7 @@ | |||
</Choose> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="BenchmarkDotNet" /> | |||
<PackageReference Include="SkiaSharp" /> | |||
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" /> |
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.
You don't want the version number here. That's handled in the targets file.
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.
I believe it was added by Nuget, will fix it
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.
Thanks!
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.
Looks great. Thanks!
Prerequisites
Description
Update vulnarable SkiaSharp version to the latest. Also update BenchmarkDotNet to latest version