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
When 0 items are produced and the code does not throw, we throw just to catch the exception. This could be made more efficient by extracting the catch and using it in if and catch paths.
When 0 items are produced and the code does not throw, we throw just to catch the exception. This could be made more efficient by extracting the catch and using it in
if
andcatch
paths.https://grep.app/search?q=%26%26%20.%2AConsiderEmptyDataSourceAsInconclusive®exp=true
Code is introduced here: https://github.com/microsoft/testfx/pull/2771/files
PR has no comments that would mention this.
The text was updated successfully, but these errors were encountered: