-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use stderr for watch output #50820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use stderr for watch output #50820
Conversation
We're probably going to need a breaking change notice/Tactics for this for 10 - watch is less load-bearing from a scripting perspective than the other CLI commands but it's still a major change in behavior. |
@baronfel The change redirects all output from watch to stderr. However, dotnet watch invokes |
Yep - I don't think we can change run entirely to change to stderr this late in the cycle though. It's one of the first things we were going to change for 11. cc @marcpopMSFT |
People rely on the run output being predictable. I think it's too late for run and I'd do that early in 11 and see if we got feedback. |
@baronfel is anything othre than reviews blocking this? |
@jaredpar breaking change notice emails/docs? |
It's on me - I've finally cleared out some other blocking work. |
Doc issue written at dotnet/docs#48628. |
Fixes #50768
TODO: