Open jonathanpeppers opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Verified this on Visual Studio Enterprise 17.7.0 Preview 1.0. Repro on Android 13.0-API33 with provided Project: CardEffects.MAUI.zip
Also hitting these logs everytime I load an Image
Description
I see lots of warnings from Glide, like:
It's worth checking if we can change something to make this warning go away, it would help image performance?
If we are indeed doing this on purpose, we should hide the console output?
Steps to Reproduce
I was testing a
CollectionView
like:Link to public reproduction project repository
https://github.com/jonathanpeppers/card-effects/tree/2d6492e0f023b4f7f1579fae367368d31a902872
(Use the above commit)
Version with bug
7.0 Release Candidate 2
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Any Android
Did you find any workaround?
No
Relevant log output
No response