FsiEvaluationSession is disposable
dsyme opened this issue · 1 comments
dsyme commented
FsiEvaluationSession is IDisposable, and failing to dispose it may leak considerable resources since it installs an assembly resolve handler which in turn holds on to a lot of other resources.
it would be best if the ScriptHost revealed this and allowed the caller to dispose of the ScriptHost.
matthid commented
Thank you!