Forum member

Neilr

2 posts

Posts by Neilr

  1. 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" …

  2. 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.…