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.
Build/Test Issues
custom Windows Runtime components not supported
Started by hankbeasley on 7,929 views
Remco NCrunch Developer
#4793
06 Nov 2013 01:46 UTC
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
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.