Skip to content

Update the version of SkiaSharp used by SVG #28233

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

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Conversation

mattleibow
Copy link
Member

Description of Change

All the assemblies are strong named, so when we update SkiaSharp it will fail. We could use a config file to allow this, but VS does not work like that. So, the easiest things is to just update the version in the references.

We did this during the transition from 2.80 to 2.88. We now do it for 3.x.

Issues Fixed

Fixes #28207

@Copilot Copilot AI review requested due to automatic review settings March 6, 2025 20:46
@mattleibow mattleibow requested a review from a team as a code owner March 6, 2025 20:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@PureWeen PureWeen added the p/0 Work that we can't release without label Mar 6, 2025
@PureWeen PureWeen added this to the .NET 9 SR5 milestone Mar 6, 2025
@PureWeen PureWeen moved this from Todo to Ready To Review in MAUI SDK Ongoing Mar 6, 2025
@@ -40,7 +40,7 @@
<_ResizetizerFiles Include="$(PkgSvg_Custom)\lib\netstandard2.0\Svg.Custom.dll" />
<_ResizetizerFiles Include="$(PkgSvg_Model)\lib\netstandard2.0\Svg.Model.dll" />
<_ResizetizerFiles Include="$(PkgShimSkiaSharp)\lib\netstandard2.0\ShimSkiaSharp.dll" />
<_ResizetizerFiles Include="$(PkgSvg_Skia)\lib\netstandard2.0\Svg.Skia.dll" />
<!-- <_ResizetizerFiles Include="$(PkgSvg_Skia)\lib\netstandard2.0\Svg.Skia.dll" /> -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be comment out ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we "copy" it via the adjuster task. We load, edit and then save in the final destination.

@github-project-automation github-project-automation bot moved this from Ready To Review to Approved in MAUI SDK Ongoing Mar 7, 2025
@rmarinho
Copy link
Member

rmarinho commented Mar 7, 2025

I tested on devbox and now I can load without problems.

@rmarinho rmarinho merged commit 1e6af3d into main Mar 7, 2025
120 of 130 checks passed
@rmarinho rmarinho deleted the dev/patch-assemblies branch March 7, 2025 11:25
@github-project-automation github-project-automation bot moved this from Approved to Done in MAUI SDK Ongoing Mar 7, 2025
bhavanesh2001 pushed a commit to bhavanesh2001/maui that referenced this pull request Mar 7, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p/0 Work that we can't release without
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Build error nightly - Skiasharp - 9.0.50-ci.main.25155.2
3 participants