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

Upgrade SixLabors.ImageSharp to v3 #2074

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aixasz
Copy link

@aixasz aixasz commented Jun 5, 2024

This upgrade also fixed the issue that I found in my personal project also have custom code that reference to ImageSharp's lib with newest version. This will break the upload media feature in Piranha manager.

Method not found: 'SixLabors.ImageSharp.Image SixLabors.ImageSharp.Image.Load(System.IO.Stream, SixLabors.ImageSharp.Formats.IImageFormat ByRef)'.

Steps to reproduce:

  1. Go to examples project, then add latest version of SixLabors.ImageSharp lib to the project.
  2. Run project and go to media in manager.
  3. Upload some image, the above error message will show up.

@aixasz
Copy link
Author

aixasz commented Jun 5, 2024

@dotnet-policy-service agree

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.

1 participant