Reduce Allocation when choosing the Destination#195
Conversation
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
|
Tests are failing with a stack overflow? XUnit can't seem to figure out if it should compare these as objects or lists. I don't think there's anything wrong with your implementation, this might just be that the complier is defaulting |
|
Now It seems XUnit's @Kahbazi If you click the "View more details on Azure Pipelines" link at the bottom of this PR's "Checks" tab, you should be able to see the test failure details by downloading the "2 published" artifacts. We still need to fix things so test failures are properly reported. @Tratcher Is there already an issue tracking improving the test failure output in PR checks? It is nice that stack overflows finally show stack traces though! dotnet/runtime#31956 |
I had assumed the test reporting was bad in this case because of the StackOverflow. I can try it with a more typical error in another PR. |
|
Yeah, normal test failures work. StackOveflow is special. |
|
Thanks |

#174 (comment)