You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code Quality: Set IsUpdateAvailable on UI thread for update services
Updated AppUpdateSideloadService and AppUpdateStoreService to set IsUpdateAvailable using DispatcherQueue. This ensures the property is updated on the UI thread, preventing potential threading issues.
0 commit comments