You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2018. It is now read-only.
Currently the PhysicalFileSystem.Watch(“*.cshtml”) does not trigger change events for new files added after the fact. This was done as a low cost solution when adding support for polling.
We'll modify this behavior to allow both FileSystemWatcher backed events and polling to work for globbing patterns.
The text was updated successfully, but these errors were encountered:
Currently the PhysicalFileSystem.Watch(“*.cshtml”) does not trigger change events for new files added after the fact. This was done as a low cost solution when adding support for polling.
We'll modify this behavior to allow both FileSystemWatcher backed events and polling to work for globbing patterns.
The text was updated successfully, but these errors were encountered: