M-Files / VAF.Extensions.Community

Community-built .NET extension methods for use with the M-Files Vault Application Framework.
MIT License
25 stars 20 forks source link

Fix for issue 134 #135

Closed CraigHawker closed 3 months ago

CraigHawker commented 3 months ago

Fix for #134 (if a log file is unavailable, exception is shown to the user and log cannot be downloaded).

Situation: In some cases the log file may be on disk but inaccessible (e.g. it is locked by another process). In these cases the log cannot be downloaded.

Improvement: Inaccessible logs will be skipped but a user will be shown a message to show that the download may be missing some files.