Consider clearer error message when accessing CommandResult.StandardOutput when the output has been redirected · Issue #59 · madelson/MedallionShell · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we throw ObjectDisposedException (see #58) which is confusing. We could throw a clearer exception (perhaps still ODE but with a better error message) to indicate that the property is not available because the stream was redirected.
Right now we throw ObjectDisposedException (see #58) which is confusing. We could throw a clearer exception (perhaps still ODE but with a better error message) to indicate that the property is not available because the stream was redirected.