-
-
Notifications
You must be signed in to change notification settings - Fork 774
Review & Better Manage FileSystemWatchers #6796
Copy link
Copy link
Closed
Labels
Description
File Reference - You have to copy and paste
https://github.com/dnnsoftware/Dnn.Platform/blob/daa09c241dd1fc304b6f4400b79992f2ee444f9c/DNN Platform/Library/Services/Installer/Util.cs#L717
Problem
The FileSystemWatcher class implements IDisposable, and has many unmanaged resources internally. Any usage of a FileSystemWatcher needs to be monitored to ensure that it is disposed of properly.
This specific section of code in the installer has been identified in logs as causing a crash.
Reactions are currently unavailable