mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-10 05:31:29 +00:00
UWP 16299 System.UnauthorizedAccessException #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aipenkov on GitHub (Apr 20, 2018).
After calling to the AddAllFromDirectory method, an exception throws: Exception thrown: 'System.UnauthorizedAccessException' in System.IO.FileSystem.dll ("Access to the path 'PATH' is denied."). The folder is added to the StorageApplicationPermissions.FutureAccessList before calling to this method. The problem only occurs in 16299. In other versions of Windows, it does not occur (checked).
@adamhathcock commented on GitHub (Apr 20, 2018):
Having not tried to use UWP in a long time nor will soon, I'm open to suggestions.
@justinengle01 commented on GitHub (Apr 26, 2018):
Same problem here and I need the 16299 to add reference to .NET standard library,have you found a solution?
@adamhathcock commented on GitHub (Apr 27, 2018):
I need full stack traces or something. Is it simply that the code is accessing paths it shouldn't be because of permissions?