-
Notifications
You must be signed in to change notification settings - Fork 259
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
System.InvalidOperationException: Console is already in batching mode #4146
Comments
@thomhurst Is that fixed by #4147? |
Hopefully ! |
Let us know please once you're able to confirm. |
When's the next package release? |
On NuGet.org, that would be a question for @Evangelink. For a nightly/dogfood build, you can use this feed: The version |
@Youssef1313 idk if you are aware of it, but here is a full guide to the preview releases: https://aka.ms/mstest/preview |
Looks like I'm not getting that exception on the latest now, but I've got a new regex exception: #4159 |
I'm getting this on my pipelines on GitHub actions sometimes:
Looking at the code, every call to
StartUpdate
is within alock
statement so that all looks correct, so the only thing I can think of is we're hitting some exception (although I can't see anything in the output - Maybe I need to tweak my verbosity?) and therefore not callingStopUpdate
?It should probably be in a
finally
block to ensure it's always called.The text was updated successfully, but these errors were encountered: