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
During the discovery we collect warnings to explain to the users if something is not good.
Warning can lead to a test session failure for instance for zero tests ran, but without the console output is hard to understand what's wrong.
During the discovery we collect warnings to explain to the users if something is not good.
Warning can lead to a test session failure for instance for zero tests ran, but without the console output is hard to understand what's wrong.
Here looks like we send the warning to the logger inside the bridge but we don't send it to the display output https://github.com/microsoft/testfx/blob/main/src/Adapter/MSTest.TestAdapter/Discovery/UnitTestDiscoverer.cs#L73
cc: @Evangelink
The text was updated successfully, but these errors were encountered: