Move file-watching logic into .NET to avoid Node's fs.watch issues on Windows (#128)

This commit is contained in:
SteveSandersonMS
2016-07-07 14:25:54 +01:00
parent ce127f0d70
commit eec370e938
10 changed files with 111 additions and 150 deletions

View File

@@ -28,7 +28,7 @@ namespace Microsoft.AspNetCore.NodeServices
{
if (disposing)
{
// TODO: dispose managed state (managed objects).
// Would dispose managed state here, if there was any
}
File.Delete(FileName);