Closed Youssef1313 closed 1 year ago
Hi @Youssef1313,
I don't know if it's the same problem. I had a similar problem with the following code:
To resol issue i changed code like this:
private static readonly Dictionary<Guid, Func<UIImage, NSData>> _encoderMap =
new()
{
{JpegEncoderId, AsJPEG},
{PngEncoderId, AsPNG},
};
private static NSData AsPNG(UIImage image) => image.AsPNG();
private static NSData AsJPEG(UIImage image) => image.AsJPEG(1);
@Youssef1313 is this still relevant?
I just tested and it's no longer an issue.
Current behavior
BatteryReport
(for example) doesn't get updated when UWPSyncGenerator is run.Expected behavior
It gets updated.
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
No response
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response