Mocked objects appear as undecoded type in debug mode
Completed
I'm writing some unit tests using NSubstitute to mock some components. When running the code in debug mode the substitutes appear as undecoded type (see pic). Any idea on how I could actually see the mocks? In VS they appear correctly (2nd pic).
rider
visual studio
Please sign in to leave a comment.
Mateica Vlad, this issue will be fixed in Rider v2017.3 You might want to try the latest EAP build: https://www.jetbrains.com/rider/eap/
Thanks, works in EAP.