Fix FileSystemWatcher (#733)

* Define EnhancedFileSystemWatcher in class

* d
This commit is contained in:
Stef Heyenrath
2022-03-01 19:45:39 +01:00
committed by GitHub
parent 344f5c8111
commit 6c68033739
3 changed files with 61 additions and 36 deletions

View File

@@ -586,6 +586,9 @@ namespace WireMock.Net.ConsoleApplication
System.Console.WriteLine("Press any key to quit");
System.Console.ReadKey();
server.Stop();
server.Dispose();
}
}
}