Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2652
This PR fixes a few crashing bugs that were detected by AppCenter for version 0.23.
Each commit fixes a specific appcenter issue, the commit name is the appcenter error number.
These has been lumped in a single PR since they are mostly one-line fixes/exception handling, let me know if this is acceptable or if should I open a PR for each of them.
6e99d4f / 681497578u
Fixes an issue where the app crashes when updating the jump list
376cfbd / 1346245124u
Fixes an issue where the app crashes when navigating up
462aad7 / 2134525649u
Fixes an issue where the app crashes when tapping on an item in the About settings page
cf476b0 / 1407639912u
Fixes an issue where the app crashes when opening file properties on Windows 1803
30362e7 / 1782844498u
Fixes an issue where the app crashes when undoing a copy operation
0f26b5e / 4140837726u
Fixes an issue where the app crashes when right clicking on the recyclebin sidebar item
c9530b6 / 661635400u
Fixes an issue where the app crashes when opening the context menu
c9530b6 / 470478233u
Fixes an issue where the app crashes due to an FileNotFoundException during file enumeration
62e84a6 / 2753013842u
Fixes an issue where the app crashes on startup (#2652)
d06d3dc / 2511593153u
Fixes an issue where the app crashes due to an ObjectDisposedException during file enumeration
6de25a4 / 3301491942u
Fixes an issue where the app crashes due to an NotImplementedException during file enumeration