Hi
We recently had a rather large checkin committed by another developer in our web client who doesn't yet use NCrunch. As a result, everybody's solution is reporting this in the NCrunch build process:
Quote:Reference required to assembly 'SimpleInjector, Version=1.5.0.12199, Culture=neutral, PublicKeyToken=984cb50dea722e99' containing the type 'SimpleInjector.Container'. Add one to your project.
The line is as follows:
GlobalConfiguration.Configuration.DependencyResolver = New SimpleInjectorWebApiDependencyResolver(container)
Strangely the DLL does exist for the solution, I can see it in bin\SimpleInjector.dll
If I ignore the solution everything works fine, but I feel like i'm hiding the problem to a later date.
NOTE: my \AppData\Local\NCrunch\1140\34\_ncrunchreferences\ folder DOES contain references to the important DLLs.
System.Web.Http.dll
SimpleInjector.dll
any further ways I can debug this?