## Priority Low ## Issue `SmokerProxy.Dispose()` in Cli is not called on the exception path. ## Why it's not "low-hanging" Cli's `Main` calls `Dispose()` at the end but not in a `finally`. Wrap in `using`.
Priority
Low
Issue
SmokerProxy.Dispose()in Cli is not called on the exception path.Why it's not "low-hanging"
Cli's
MaincallsDispose()at the end but not in afinally. Wrap inusing.