Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Alexander Furer
Total activity
8
Last activity
December 26, 2023 11:11
Member since
February 27, 2023 07:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
December 26, 2023 11:11
What you're seeing in the Debugger console is the stdout/stderr streams produced by executing SUT assemblies. Still don't understand what the problem is to show the same output when you RUN the te...
Community
General Discussion
Unit Test Runner does not show console output
1 vote
Edited
December 19, 2023 13:40
so currently Rider can't show that as well.The logs you see in Console are printed by SUT application (via Serilog Console sink). So I'm not sure why are you saying that it's impossible. results o...
Community
General Discussion
Unit Test Runner does not show console output
0 votes
Created
December 18, 2023 08:26
Can you please show the sessions' last logs in the panel which remains empty when running the tests :
Community
General Discussion
Unit Test Runner does not show console output
0 votes
Created
December 18, 2023 08:10
Ivan Skorikov , thanks, I know that xUnit uses output helper. My point is that when I DEBUG the xUnit test , application logs are visible in debug console window (aplication logging is implemented...
Community
General Discussion
Unit Test Runner does not show console output
0 votes
Created
February 27, 2023 16:12
Btw, the logs are printed by the application (SUT), not by the test itself. When I run `dotnet test` in CI, the logs are visible as well
Community
General Discussion
Unit Test Runner does not show console output
0 votes
Created
February 27, 2023 15:53
Does it mean you have different setup for debug and run xunit tests? Because I do see logs printed to console when debugging it.
Community
General Discussion
Unit Test Runner does not show console output
0 votes
Edited
February 27, 2023 07:40
I'm experiencing the same issue, xunit, serilog configured to print to console. When debugging, there is Debug->Console tab that show the logs. When I **run** the test, output can't be found any...
Community
General Discussion
Unit Test Runner does not show console output
0 votes