[regression/7.0.0] IImage Resize Cannot access a disposed object - Android #11255
Labels
area-drawing
Shapes, Borders, Shadows, Graphics, BoxView, custom drawing
fixed-in-7.0.58
Look for this fix in 7.0.58!
fixed-in-7.0.100
fixed-in-7.0.101
fixed-in-8.0.0-preview.1.7762
Look for this fix in 8.0.0-preview.1.7762!
i/regression
This issue described a confirmed regression on a currently supported version
platform/android 🤖
t/bug
Something isn't working
Milestone
Description
I want to resize an image using IImage.Resize and then save the image.
Resize returns a disposed object. This bug has been fixes in .net 6, but it seems to be back in .net 7.
Exception: System.ObjectDisposedException: 'Cannot access a disposed object.
Steps to Reproduce
Start the repo and click the counter button.
As versoin I had to pick 7.0 Releaser Candidate 2, but it happens in the Release version of .net 7.
Link to public reproduction project repository
https://github.com/FM1973/ImageResizeRepo.git
Version with bug
7.0 Release Candidate 2
Last version that worked well
6.0.424
Affected platforms
Android
Affected platform versions
Android 11 and up
Did you find any workaround?
No workaraound
Relevant log output
The text was updated successfully, but these errors were encountered: