Rider click on traceback taking me to wrong file
Got a pretty weird behaviour in this latest version of Rider, when running an unit test the code throws an exception but Rider is taking me to the wrong file when I click on the link.
I have two projects, one called Client another called Server in both I have a file with the same name, lets call it RiderService (not quite the real name). The error clearly shows that the error is thrown in Server.RiderService, but when I click on the link Rider takes me to Client.RiderService.
Has anyone ever come across this?

Please sign in to leave a comment.
Hello,
I cannot reproduce the problem from scratch.
Is there any chance you could provide us some sample solution in which the problem is reproduced?
Thank you.