Rank: Advanced Member
Groups: Registered
Joined: 7/11/2016(UTC) Posts: 32 Location: Germany
Thanks: 6 times Was thanked: 4 time(s) in 4 post(s)
|
Hi Remco, If I set in the Ncrunch settings that the project should use Implicit Project Dependencies, an error occurs during the build. Code:
System.InvalidCastException: Unable to cast object of type 'nCrunch.Client.Settings.ImplicitProjectDependencies' to type 'nCrunch.Client.Settings.CopiedProjectDependencies'.
at nCrunch.Client.ComponentLoader.SnapshotComponentLoader.()
at nCrunch.Client.ComponentLoader.SnapshotComponentLoader.(EffectiveProcessorArchitecture , String )
at nCrunch.Client.ComponentLoader.SnapshotComponentLoader.CreateComponentFromXml(FilePath projectFilePath, ParsedBuildXml projectXml, FilePath solutionFilePath, String[] additionalFilesToIncludeAtSolutionLevel, Boolean isLoadedFromFile, IDEVersion ideVersion, BuildEngineId buildEngineId, ComponentUniqueName componentName, TaskSettings componentTaskSettings, Exception parseException, String targetFrameworkForMsbuild, String visibleTargetFramework)
NCrunch Version 5.9.0.1
|