rexs file not working if we share in zip folder of visual studio program
Loading
rexs file not working if we share in zip folder of visual studio program
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sangeetha SPosted Jun 19, 2025, 10:45 AM
If your
.rexsfile (used for test cases in Visual Studio's Test Explorer) isn't working after sharing a zipped Visual Studio project, here are a few things to check:Ensure the
.rexsfile is included in the projectCheck the file path
.rexsfile → Properties.Content.Copy if newerorCopy always..rexsfile using a relative path, make sure the path is correct after unzipping.