Hi,
in my test project I use Etg.SimpleStubs (https://github.com/Microsoft/SimpleStubs) as this seems to be the only mocking framework working for my target platform, UWP.
SimpleStubs works by generating source which it puts into a specific file. As far as I understand, it creates/refreshes that file upon build. One has to manually add that file to the project (which I did).
My tests do build and run in ReSharper (right-click the test-project, Run tests).
They do not build in NCrunch. The error messages say that the generated stub types do not exist. So my guess is somehow that file is not being generated.
I tried enabling post/pre build steps for NCrunch, to no avail.
Maybe it helps to know for you to reproduce the issue that I used the procedure described under
https://xunit.github.io/...etting-started-uwp.html
to create my test-project.
Any help would be greatly appreciated,
thanks,
Max from Vienna/Bratislava