This repository was archived by the owner on Nov 6, 2018. It is now read-only.
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
PhysicalFilesWatcher and PhysicalFileProvider should implement IDisposable #132
PhysicalFilesWatcherholds system resources in itsFileSystemWatcherfield. ButPhysicalFilesWatcherand the (public)PhysicalFileProviderclass containing the watcher do not implementIDisposable. System resources are therefore not released until finalization.