fsprojects / FSharp.Data.SqlClient

A set of F# Type Providers for statically typed access to MS SQL database
http://fsprojects.github.io/FSharp.Data.SqlClient/
Other
205 stars 71 forks source link

File system watchers are never disposed #12

Closed rojepp closed 11 years ago

rojepp commented 11 years ago

Same issue as this: https://github.com/fsharp/fsharpx/issues/268

The TypeProvider should implement IDisposable.

rojepp commented 11 years ago

For reference, @ovatsus fixed it for FSharp.Data here: https://github.com/fsharp/FSharp.Data/issues/236