I am taking NCrunch for a test drive.
I was hoping to be able to run the tests contained in a Sitefinity SDK Sample located at
https://github.com/Sitef...finity.Samples.Products I modified the enhancer location in OpenAccessNuget.targets to point to <EnhancerAssembly>$(NCrunchOriginalSolutionDir)enhancer\enhancer.exe</EnhancerAssembly>
I also set the Workspace base path to C:\nCrunch
I observe the following error.
NCrunch: If you are experiencing problems in getting this project to build, have a look at
http://www.ncrunch.net/d...ng_project-build-issues
OpenAccessNuget.targets (112, 5): System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NewNormalizePathLimitedChecks(String path, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.InternalGetDirectoryName(String path)
at Telerik.OpenAccess.Sdk.Enhancer.EnhancerBase.DomainRun(Boolean createDomain)
at Telerik.OpenAccess.Sdk.Enhancer.Enhancer.Start(EnhancerSettings settingsPara)
at Telerik.OpenAccess.Sdk.Enhancer.Enhancer.Run(EnhancerSettings settings)
at Telerik.OpenAccess.Tools.OpenAccessEnhancer.Execute()
Can anyone get this to work? I'd quite like to try using NCrunch on some Sitefinity dev that I will be doing in coming months.
Thanks!