Build/Test Issues

custom Windows Runtime components not supported

Started by hankbeasley on 7,929 views

I get the following error when trying to execute ncrunch test against my windows store application. What do you think? Test run ok under MSTEST


System.TypeLoadException: Could not find Windows Runtime type 'a.referenced.type.from.a.winmd.file'. ---> System.NotSupportedException: Types from custom Windows Runtime components are not supported in desktop applications.
Hi, thanks for posting!

NCrunch currently does not support Windows Store test frameworks (see http://www.ncrunch.net/support/frameworks). Windows Store testing requires the test runner to have an Appx Identity, which is a whole new area of development.

Support for testing Windows Store applications is expected in V2 of NCrunch. The beta of V2 is expected to be out before the end of this year.

Cheers,

Remco

Post a reply

Log in to reply.