-
-
Notifications
You must be signed in to change notification settings - Fork 120
Description
After some testing I've found that Demystify converts traces to have forward-slashes "/" instead of the original back-slashes "" in paths. Please correct this or give me an option to not do this. See example traces below:
Trace Original:
at MyNamespace.Test.GenerateExceptions.Method03_6() in C:\DevOps\MySolution\MyNamespace.Test\TestMethods\GenerateExceptions_Method03_6.cs:line 9
at MyNamespace.Test.GenerateExceptions.Method03_5() in C:\DevOps\MySolution\MyNamespace.Test\TestMethods\GenerateExceptions_Method03_5.cs:line 7
at MyNamespace.Test.GenerateExceptions.Method03_4() in C:\DevOps\MySolution\MyNamespace.Test\TestMethods\GenerateExceptions_Method03_4.cs:line 7
at MyNamespace.Test.GenerateExceptions.Method03_3() in C:\DevOps\MySolution\MyNamespace.Test\TestMethods\GenerateExceptions_Method03_3.cs:line 13
Trace Demystified:
at void MyNamespace.Test.GenerateExceptions.Method03_6() in C:/DevOps/MySolution\MyNamespace.Test/TestMethods/GenerateExceptions_Method03_6.cs:line 9
at void MyNamespace.Test.GenerateExceptions.Method03_5() in C:/DevOps/MySolution\MyNamespace.Test/TestMethods/GenerateExceptions_Method03_5.cs:line 7
at void MyNamespace.Test.GenerateExceptions.Method03_4() in C:/DevOps/MySolution\MyNamespace.Test/TestMethods/GenerateExceptions_Method03_4.cs:line 7
at void MyNamespace.Test.GenerateExceptions.Method03_3() in C:/DevOps/MySolution\MyNamespace.Test/TestMethods/GenerateExceptions_Method03_3.cs:line 13