In Verify.NotDisposed(bool condition, string message), string message does not appear to be a message at all, but rather an object name, at least according to the error:
Cannot access a disposed object.
Object name: '...'
Reporting only the leading indicator, smoke test if you will. Review comprehensively for the extent of the issue.
In
Verify.NotDisposed(bool condition, string message),string messagedoes not appear to be a message at all, but rather an object name, at least according to the error:Reporting only the leading indicator, smoke test if you will. Review comprehensively for the extent of the issue.