[BREAKING CHANGE] Parameter name changed on public class Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher : System.IDisposable => public .ctor(System.String root, System.IO.FileSystemWatcher fileSystemWatcher, System.Boolean pollForChanges)
javiercn opened this issue · 1 comments
javiercn commented
V1:
public PhysicalFilesWatcher(string root, FileSystemWatcher fileSystemWatcher, bool pollForChanges)
V2:
public PhysicalFilesWatcher(string rootDirectory, FileSystemWatcher fileSystemWatcher, bool ForChanges)
[ACTION for 1.1]: Undo the parameter rename.
[Action for 2.0]: None.