I'm evaluating NCrunch for use in Visual Studio and C#.
When running the tests I get this message:
Unable to transfer System.Type from a statically analysed domain into a dynamic runtime domain. Please change your 'Framework utilisation type for MSTest' setting to 'UseDynamicAnalysis' to run this test.
I do not understand what to change and where?
joffmann wrote:I'm evaluating NCrunch for use in Visual Studio and C#.
When running the tests I get this message:
Unable to transfer System.Type from a statically analysed domain into a dynamic runtime domain. Please change your 'Framework utilisation type for MSTest' setting to 'UseDynamicAnalysis' to run this test.
I do not understand what to change and where?
Hi, you can find this in the settings of NCrunch, have a look at the picture below:
NCrunch_Settings
Details: https://www.ncrunch.net/documentation/reference_project-configuration_framework-utilisation-types
Edited 24 Nov 2020 08:42 UTC
Post a reply
Log in to reply.