Minor sort issue in coverage window
Answered
This is somewhat minor but still annoying. The unit tests coverage window seems to sort alphabetically in a different way than the solution explorer. Specifically, I use underscores on solution folder names to manually adjust how things sort, but the solution explorer considers underscores to come before the letters, whereas the coverage explorer considers underscores to come after letters.
Solution Explorer:
_A
_B
A
B
Coverage Window:
A
B
_A
_B
Please sign in to leave a comment.
Hello Dave,
Thank you for the report!
Created a corresponding issue - DCVR-11442.
Alexander Nikolaenko thanks, though note that in your example you have sorted by Coverage %, not alphabetically. (Note the triangle/down arrow on the Coverage % column). You should find though, that if you sort alphabetically, by clicking on the Symbol column, that the underscored items are on the bottom instead of on the top (when sorted Ascending).
Hi Dave,
Thank you for your attention! I've updated the issue.