Forum member
Neilr
2 posts
Posts by Neilr
-
Configuration errors in ncrunch solutions allowed by the UI
That's probably be it, right now we're running: & "$ncrunchConsoleRunner" "$VisualStudioSolutionFile" /O "$TestResultsOutputDirectory" /C "$NCrunchSolutionFile" It sounds like we should just be running: & "$ncrunchConsoleRunner" "$VisualStudioSolutionFile" /O "$TestResultsOutputDirectory" …
29 Mar 2018 21:56 UTC
-
Configuration errors in ncrunch solutions allowed by the UI
We're constantly seeing these errors when running ncrunch via commandline, however, when we configure via the configuration editor in VS2017 (and setup the solution again), the values get put back: The setting 'SolutionConfigured' was not loaded from the NCrunch configuration file at 'E:\xxx\xxx.…
29 Mar 2018 16:32 UTC